Why can not package the ovirt SDK ?

Why can not package the ovirt SDK ? The error line is : import org.ovirt.api.metamodel.concepts.ListType; There is not such class, where to download it ? Should maven download it auto ? [root@test1 ovirt-engine-sdk-java]# mvn package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] oVirt Java SDK Parent [INFO] oVirt Java SDK Generator [INFO] oVirt Java SDK [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ java-sdk-parent --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator --- [INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259 s] [INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234 s] [INFO] oVirt Java SDK ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.780 s [INFO] Finished at: 2021-05-28T21:57:53+08:00 [INFO] Final Memory: 16M/40M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure [ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :java-sdk-generator

On Saturday, 29 May 2021 15:33:15 CEST tommy wrote:
Why can not package the ovirt SDK ?
The error line is :
import org.ovirt.api.metamodel.concepts.ListType;
There is not such class, where to download it ?
it's part of org.ovirt.engine.api:metamodel-concepts artefact, you can download it e.g. from central repository [1]
Should maven download it auto ?
yes, it should and it's also in available in central repo, check your maven settings if you have this repo enabled, use right profile etc. [1] https://search.maven.org/artifact/org.ovirt.engine.api/metamodel-concepts
[root@test1 ovirt-engine-sdk-java]# mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] oVirt Java SDK Parent
[INFO] oVirt Java SDK Generator
[INFO] oVirt Java SDK
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ java-sdk-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator ---
[INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259 s]
[INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234 s]
[INFO] oVirt Java SDK ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.780 s
[INFO] Finished at: 2021-05-28T21:57:53+08:00
[INFO] Final Memory: 16M/40M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :java-sdk-generator

There are metamodel-concept jar file in local repo: [root@test1 metamodel-concepts]# ll total 8 drwxr-xr-x. 2 root root 4096 May 29 12:12 1.3.4 [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# cd 1.3.4 [root@test1 1.3.4]# [root@test1 1.3.4]# [root@test1 1.3.4]# ll total 64 -rw-r--r--. 1 root root 45472 May 29 12:09 metamodel-concepts-1.3.4.jar -rw-r--r--. 1 root root 40 May 29 12:09 metamodel-concepts-1.3.4.jar.sha1 -rw-r--r--. 1 root root 1490 May 29 12:08 metamodel-concepts-1.3.4.pom -rw-r--r--. 1 root root 40 May 29 12:08 metamodel-concepts-1.3.4.pom.sha1 -rw-r--r--. 1 root root 216 May 29 12:09 _remote.repositories And the pom config about is is: <dependency> <groupId>org.ovirt.engine.api</groupId> <artifactId>metamodel-concepts</artifactId> <version>${metamodel.version}</version> </dependency> Why cannot import it ? And {metamodel.version} is what value ? -----Original Message----- From: Vojtech Juranek <vjuranek@redhat.com> Sent: Monday, May 31, 2021 3:59 PM To: 'oVirt development list' <devel@ovirt.org> Cc: tommy <sz_cuitao@163.com> Subject: Re: [ovirt-devel] Why can not package the ovirt SDK ? On Saturday, 29 May 2021 15:33:15 CEST tommy wrote:
Why can not package the ovirt SDK ?
The error line is :
import org.ovirt.api.metamodel.concepts.ListType;
There is not such class, where to download it ?
it's part of org.ovirt.engine.api:metamodel-concepts artefact, you can download it e.g. from central repository [1]
Should maven download it auto ?
yes, it should and it's also in available in central repo, check your maven settings if you have this repo enabled, use right profile etc. [1] https://search.maven.org/artifact/org.ovirt.engine.api/metamodel-concepts
[root@test1 ovirt-engine-sdk-java]# mvn package
[INFO] Scanning for projects...
[INFO] ---------------------------------------------------------------------- --
[INFO] Reactor Build Order:
[INFO]
[INFO] oVirt Java SDK Parent
[INFO] oVirt Java SDK Generator
[INFO] oVirt Java SDK
[INFO]
[INFO] ---------------------------------------------------------------------- --
[INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT
[INFO] ---------------------------------------------------------------------- --
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ java-sdk-parent ---
[INFO]
[INFO] ---------------------------------------------------------------------- --
[INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT
[INFO] ---------------------------------------------------------------------- --
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator ---
[INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ---------------------------------------------------------------------- --
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259 s]
[INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234 s]
[INFO] oVirt Java SDK ..................................... SKIPPED
[INFO] ---------------------------------------------------------------------- --
[INFO] BUILD FAILURE
[INFO] ---------------------------------------------------------------------- --
[INFO] Total time: 3.780 s
[INFO] Finished at: 2021-05-28T21:57:53+08:00
[INFO] Final Memory: 16M/40M
[INFO] ---------------------------------------------------------------------- --
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :java-sdk-generator

On Monday, 31 May 2021 10:18:31 CEST tommy wrote:
There are metamodel-concept jar file in local repo:
[root@test1 metamodel-concepts]# ll total 8 drwxr-xr-x. 2 root root 4096 May 29 12:12 1.3.4 [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# cd 1.3.4 [root@test1 1.3.4]# [root@test1 1.3.4]# [root@test1 1.3.4]# ll total 64 -rw-r--r--. 1 root root 45472 May 29 12:09 metamodel-concepts-1.3.4.jar -rw-r--r--. 1 root root 40 May 29 12:09 metamodel-concepts-1.3.4.jar.sha1 -rw-r--r--. 1 root root 1490 May 29 12:08 metamodel-concepts-1.3.4.pom -rw-r--r--. 1 root root 40 May 29 12:08 metamodel-concepts-1.3.4.pom.sha1 -rw-r--r--. 1 root root 216 May 29 12:09 _remote.repositories
And the pom config about is is:
<dependency> <groupId>org.ovirt.engine.api</groupId> <artifactId>metamodel-concepts</artifactId> <version>${metamodel.version}</version> </dependency>
Why cannot import it ?
no idea, but very likely some issue with your setup. I tired with clean repo and everything works. Try to run `maven clean` and/or remove these artifacts from local repo and let maven to download them again
And {metamodel.version} is what value ?
currently 1.3.4, it's defined in pom.xml: https://github.com/oVirt/ovirt-engine-sdk-java/blob/master/pom.xml#L78
-----Original Message----- From: Vojtech Juranek <vjuranek@redhat.com> Sent: Monday, May 31, 2021 3:59 PM To: 'oVirt development list' <devel@ovirt.org> Cc: tommy <sz_cuitao@163.com> Subject: Re: [ovirt-devel] Why can not package the ovirt SDK ?
On Saturday, 29 May 2021 15:33:15 CEST tommy wrote:
Why can not package the ovirt SDK ?
The error line is :
import org.ovirt.api.metamodel.concepts.ListType;
There is not such class, where to download it ?
it's part of org.ovirt.engine.api:metamodel-concepts artefact, you can download it e.g. from central repository [1]
Should maven download it auto ?
yes, it should and it's also in available in central repo, check your maven settings if you have this repo enabled, use right profile etc.
[1] https://search.maven.org/artifact/org.ovirt.engine.api/metamodel-concepts
[root@test1 ovirt-engine-sdk-java]# mvn package
[INFO] Scanning for projects...
[INFO] ---------------------------------------------------------------------- --
[INFO] Reactor Build Order:
[INFO]
[INFO] oVirt Java SDK Parent
[INFO] oVirt Java SDK Generator
[INFO] oVirt Java SDK
[INFO]
[INFO] ---------------------------------------------------------------------- --
[INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT
[INFO] ---------------------------------------------------------------------- --
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ java-sdk-parent ---
[INFO]
[INFO] ---------------------------------------------------------------------- --
[INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT
[INFO] ---------------------------------------------------------------------- --
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator ---
[INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ---------------------------------------------------------------------- --
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259 s]
[INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234 s]
[INFO] oVirt Java SDK ..................................... SKIPPED
[INFO] ---------------------------------------------------------------------- --
[INFO] BUILD FAILURE
[INFO] ---------------------------------------------------------------------- --
[INFO] Total time: 3.780 s
[INFO] Finished at: 2021-05-28T21:57:53+08:00
[INFO] Final Memory: 16M/40M
[INFO] ---------------------------------------------------------------------- --
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :java-sdk-generator
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/KDPZDCBD3WOGQ 3GFO4JSNEM7YTG2ABVR/

I tried clean maven repo and re git clone the source like below: 1.delete maven repo [root@test1 ~]# cd .m2 [root@test1 .m2]# [root@test1 .m2]# [root@test1 .m2]# ll total 4 drwxr-xr-x. 25 root root 4096 May 31 13:19 repository [root@test1 .m2]# [root@test1 .m2]# [root@test1 .m2]# [root@test1 .m2]# rm -fr ./repository/ [root@test1 .m2]# [root@test1 .m2]# 2.remove sdk source [root@test1 ~]# cd test [root@test1 test]# [root@test1 test]# [root@test1 test]# ll total 4 drwxr-xr-x. 7 root root 4096 May 31 13:14 ovirt-engine-sdk-java [root@test1 test]# [root@test1 test]# [root@test1 test]# [root@test1 test]# rm -fr ./ovirt-engine-sdk-java/ [root@test1 test]# 3.re git clone sdk [root@test1 test]# git clone git://gerrit.ovirt.org/ovirt-engine-sdk-java Cloning into 'ovirt-engine-sdk-java'... remote: Counting objects: 16292, done. remote: Compressing objects: 100% (2674/2674), done. remote: Total 16292 (delta 10792), reused 16090 (delta 10663) Receiving objects: 100% (16292/16292), 3.73 MiB | 238.00 KiB/s, done. Resolving deltas: 100% (10792/10792), done. 4.mvn compile [root@test1 ovirt-engine-sdk-java]# mvn compile [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] oVirt Java SDK Parent [INFO] oVirt Java SDK Generator [INFO] oVirt Java SDK [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.pom (6.6 kB at 3.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 25/maven-plugins-25.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 25/maven-plugins-25.pom (9.6 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven- parent-24.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven- parent-24.pom (37 kB at 72 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.jar (31 kB at 65 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 23/maven-plugins-23.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 23/maven-plugins-23.pom (9.2 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven- parent-22.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven- parent-22.pom (30 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.pom (7.3 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 18/maven-plugins-18.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 18/maven-plugins-18.pom (13 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven- parent-16.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven- parent-16.pom (23 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.jar (29 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.pom (1.5 kB at 3.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-parent/1 .3.4/metamodel-parent-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-parent/1 .3.4/metamodel-parent-1.3.4.pom (7.4 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.pom (2.9 kB at 6.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.pom (1.4 kB at 3.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.pom (10 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/co mmons-parent-25.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/co mmons-parent-25.pom (48 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.pom (18 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus -parent-4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus -parent-4.pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.2.2/antlr4-ma ster-4.2.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.2.2/antlr4-ma ster-4.2.2.pom (7.9 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-paren t-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-paren t-7.pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.pom (3.1 kB at 6.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.pom (1.3 kB at 3.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.pom (4.2 kB at 9.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.pom (2.1 kB at 4.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.pom (9.2 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.3/json-1.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.3/json-1.0.3.pom (11 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3. pom Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3. pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.pom (2.7 kB at 5.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-pare nt-1.7.7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-pare nt-1.7.7.pom (12 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.pom (1.8 kB at 4.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.pom (4.1 kB at 9.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/10/jboss-parent- 10.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/10/jboss-parent- 10.pom (30 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.pom (6.5 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0. pom Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0. pom (18 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1. pom Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1. pom (4.7 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-c li-1.3.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-c li-1.3.1.pom (10 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/co mmons-parent-37.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/co mmons-parent-37.pom (63 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.pom (4.0 kB at 9.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/16/jboss-parent- 16.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/16/jboss-parent- 16.pom (32 kB at 71 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.pom (5.0 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-core-parent/2.3.0.F inal/weld-core-parent-2.3.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-core-parent/2.3.0.F inal/weld-core-parent-2.3.0.Final.pom (25 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/33/weld-pare nt-33.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/33/weld-pare nt-33.pom (37 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/2.3.Final/w eld-api-bom-2.3.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/2.3.Final/w eld-api-bom-2.3.Final.pom (5.4 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log 4j12-1.7.7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log 4j12-1.7.7.pom (1.6 kB at 3.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.pom (2.6 kB at 5.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.pom (1.9 kB at 4.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.p om Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.p om (6.9 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/9.2.5.0/jruby -artifacts-9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/9.2.5.0/jruby -artifacts-9.2.5.0.pom (4.0 kB at 9.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-parent/9.2.5.0/jruby-pa rent-9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-parent/9.2.5.0/jruby-pa rent-9.2.5.0.pom (25 kB at 53 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.pom (44 kB at 78 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.pom (1.8 kB at 3.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.pom (4.1 kB at 8.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.11/jnr -constants-0.9.11.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.11/jnr -constants-0.9.11.pom (3.8 kB at 7.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.pom (10 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.18/jnr-enxio -0.18.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.18/jnr-enxio -0.18.pom (4.1 kB at 9.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.46/jnr-pos ix-3.0.46.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.46/jnr-pos ix-3.0.46.pom (6.3 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.9/jnr- constants-0.9.9.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.9/jnr- constants-0.9.9.pom (3.5 kB at 7.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.pom (6.3 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.pom (3.8 kB at 8.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. pom (9.2 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. pom (7.2 kB at 5.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.pom (5.1 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.pom (2.9 kB at 6.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.pom (4.4 kB at 10 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.pom (1.5 kB at 3.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 7.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-paren t-6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-paren t-6.pom (4.8 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.pom (1.6 kB at 2.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-all/0.9.1/n ailgun-all-0.9.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-all/0.9.1/n ailgun-all-0.9.1.pom (5.0 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.pom Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.pom (35 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .pom Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .pom (1.7 kB at 4.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.pom (18 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.pom (7.2 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-paren t-3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-paren t-3.pom (3.4 kB at 7.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.pom (23 kB at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/ja xb-api-parent-2.3.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/ja xb-api-parent-2.3.0.pom (5.6 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5. pom Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5. pom (8.9 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.pom (10 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.pom (6.4 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-client/4.5/httpcomponents-client-4.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-client/4.5/httpcomponents-client-4.5.pom (16 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/pro ject-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/pro ject-7.pom (27 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 1/httpcore-4.4.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 1/httpcore-4.4.1.pom (4.6 kB at 10 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.1/httpcomponents-core-4.4.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.pom (19 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/co mmons-parent-34.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/co mmons-parent-34.pom (56 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.pom (12 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/co mmons-parent-32.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/co mmons-parent-32.pom (53 kB at 84 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.pom (5.5 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.4/httpcomponents-core-4.4.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.jar (45 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.jar (7.9 kB at 7.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.jar (26 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.jar (97 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.jar (10 kB at 7.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.jar (292 kB at 191 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.jar (30 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.jar (329 kB at 194 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.jar (6.8 kB at 3.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar (190 kB at 97 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.jar (29 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.jar (141 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.jar (80 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.j ar Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.jar (78 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.jar (117 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.jar (46 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.j ar (42 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.jar (1.1 MB at 388 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.jar (62 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.jar (45 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.jar (30 kB at 9.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18- native.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. jar (151 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. jar (222 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.jar (241 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.jar (1.7 MB at 340 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.jar (550 kB at 110 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.jar (16 kB at 3.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.jar (50 kB at 9.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.jar (33 kB at 5.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .jar Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.jar (14 kB at 2.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .jar (4.6 kB at 759 B/s) Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.jar (61 kB at 9.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.jar (126 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18- native.jar (723 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.jar (53 kB at 6.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.jar (634 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.jar (728 kB at 87 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.jar (62 kB at 7.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.jar (185 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.jar (264 kB at 30 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.jar (327 kB at 35 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.jar (4.5 MB at 236 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.jar (10 MB at 397 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.jar (11 MB at 270 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.pom (1.5 kB at 4.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0. 6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0. 6.pom (9.0 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-p arent-5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-p arent-5.pom (15 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 9.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.pom (2.6 kB at 7.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.pom (2.0 kB at 5.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.pom (3.0 kB at 8.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/ plexus-utils-1.4.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/ plexus-utils-1.4.1.pom (1.9 kB at 5.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexu s-1.0.11.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexu s-1.0.11.pom (9.0 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1 .0.3/plexus-containers-1.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1 .0.3/plexus-containers-1.0.3.pom (492 B at 1.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus -1.0.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus -1.0.4.pom (5.7 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 2.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/ plexus-utils-1.0.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/ plexus-utils-1.0.4.pom (6.9 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/cla ssworlds-1.1-alpha-2.pom Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/cla ssworlds-1.1-alpha-2.pom (3.1 kB at 8.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.pom (2.0 kB at 5.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 7.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 5.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.pom (1.6 kB at 4.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 5.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.pom (6.7 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 5.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 4.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing/2.0.6/maven-reporting-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 3.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha- 7/doxia-1.0-alpha-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha- 7/doxia-1.0-alpha-7.pom (3.9 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 5.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.pom (2.1 kB at 6.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 5.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.pom (1.3 kB at 3.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.pom (3.3 kB at 9.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.pom (3.3 kB at 9.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus -2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus -2.0.6.pom (17 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.pom (5.8 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-co mponents/17/maven-shared-components-17.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-co mponents/17/maven-shared-components-17.pom (8.7 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven- parent-21.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven- parent-21.pom (26 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15 /plexus-utils-1.5.15.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15 /plexus-utils-1.5.15.pom (6.8 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus -2.0.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus -2.0.2.pom (12 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.12/plexus-interpolation-1.12.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.12/plexus-interpolation-1.12.pom (889 B at 2.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.14/plexus-components-1.1.14.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.14/plexus-components-1.1.14.pom (5.8 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.pom (2.9 kB at 8.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spic e-parent-10.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spic e-parent-10.pom (3.0 kB at 8.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge -parent-3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge -parent-3.pom (5.0 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/ plexus-utils-1.5.8.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/ plexus-utils-1.5.8.pom (8.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.pom (890 B at 2.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.15/plexus-components-1.1.15.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.15/plexus-components-1.1.15.pom (2.8 kB at 7.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus -2.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus -2.0.3.pom (15 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.jar (35 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.jar (116 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.jar (152 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.jar (13 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 8.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 4.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 10 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.jar (30 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 8.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.jar (38 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.jar (87 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.jar (49 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.jar (10 kB at 4.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.jar (86 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.jar Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 50 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.jar (6.8 kB at 2.7 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.jar (43 kB at 17 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.jar (61 kB at 23 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.jar (223 kB at 72 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.pom (3.4 kB at 9.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.pom (805 B at 2.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.8 .1/plexus-compiler-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.8 .1/plexus-compiler-1.8.1.pom (3.5 kB at 9.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.18/plexus-components-1.1.18.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.18/plexus-components-1.1.18.pom (5.4 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus -2.0.7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus -2.0.7.pom (17 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/ plexus-utils-1.5.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/ plexus-utils-1.5.5.pom (5.1 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.pom (713 B at 2.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.pom (710 B at 1.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1. 8.1/plexus-compilers-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1. 8.1/plexus-compilers-1.8.1.pom (1.3 kB at 3.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.jar (13 kB at 33 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.jar (20 kB at 51 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.jar (5.3 kB at 13 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.jar (33 kB at 72 kB/s) [INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] oVirt Java SDK Parent .............................. SUCCESS [ 4.841 s] [INFO] oVirt Java SDK Generator ........................... FAILURE [01:53 min] [INFO] oVirt Java SDK ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:58 min [INFO] Finished at: 2021-05-31T17:28:57+08:00 [INFO] Final Memory: 19M/46M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure [ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :java-sdk-generator It still not works. -----Original Message----- From: Vojtech Juranek <vjuranek@redhat.com> Sent: Monday, May 31, 2021 5:17 PM To: 'oVirt development list' <devel@ovirt.org> Cc: tommy <sz_cuitao@163.com> Subject: Re: [ovirt-devel] Re: Why can not package the ovirt SDK ? On Monday, 31 May 2021 10:18:31 CEST tommy wrote:
There are metamodel-concept jar file in local repo:
[root@test1 metamodel-concepts]# ll total 8 drwxr-xr-x. 2 root root 4096 May 29 12:12 1.3.4 [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# cd 1.3.4 [root@test1 1.3.4]# [root@test1 1.3.4]# [root@test1 1.3.4]# ll total 64 -rw-r--r--. 1 root root 45472 May 29 12:09 metamodel-concepts-1.3.4.jar -rw-r--r--. 1 root root 40 May 29 12:09 metamodel-concepts-1.3.4.jar.sha1 -rw-r--r--. 1 root root 1490 May 29 12:08 metamodel-concepts-1.3.4.pom -rw-r--r--. 1 root root 40 May 29 12:08 metamodel-concepts-1.3.4.pom.sha1 -rw-r--r--. 1 root root 216 May 29 12:09 _remote.repositories
And the pom config about is is:
<dependency> <groupId>org.ovirt.engine.api</groupId> <artifactId>metamodel-concepts</artifactId> <version>${metamodel.version}</version> </dependency>
Why cannot import it ?
no idea, but very likely some issue with your setup. I tired with clean repo and everything works. Try to run `maven clean` and/or remove these artifacts from local repo and let maven to download them again
And {metamodel.version} is what value ?
currently 1.3.4, it's defined in pom.xml: https://github.com/oVirt/ovirt-engine-sdk-java/blob/master/pom.xml#L78
-----Original Message----- From: Vojtech Juranek <vjuranek@redhat.com> Sent: Monday, May 31, 2021 3:59 PM To: 'oVirt development list' <devel@ovirt.org> Cc: tommy <sz_cuitao@163.com> Subject: Re: [ovirt-devel] Why can not package the ovirt SDK ?
On Saturday, 29 May 2021 15:33:15 CEST tommy wrote:
Why can not package the ovirt SDK ?
The error line is :
import org.ovirt.api.metamodel.concepts.ListType;
There is not such class, where to download it ?
it's part of org.ovirt.engine.api:metamodel-concepts artefact, you can download it e.g. from central repository [1]
Should maven download it auto ?
yes, it should and it's also in available in central repo, check your maven settings if you have this repo enabled, use right profile etc.
[1] https://search.maven.org/artifact/org.ovirt.engine.api/metamodel-conce pts
[root@test1 ovirt-engine-sdk-java]# mvn package
[INFO] Scanning for projects...
[INFO] -------------------------------------------------------------------- -- --
[INFO] Reactor Build Order:
[INFO]
[INFO] oVirt Java SDK Parent
[INFO] oVirt Java SDK Generator
[INFO] oVirt Java SDK
[INFO]
[INFO] -------------------------------------------------------------------- -- --
[INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT
[INFO] -------------------------------------------------------------------- -- --
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ java-sdk-parent ---
[INFO]
[INFO] -------------------------------------------------------------------- -- --
[INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT
[INFO] -------------------------------------------------------------------- -- --
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator ---
[INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/s dk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------------- -- --
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259 s]
[INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234 s]
[INFO] oVirt Java SDK ..................................... SKIPPED
[INFO] -------------------------------------------------------------------- -- --
[INFO] BUILD FAILURE
[INFO] -------------------------------------------------------------------- -- --
[INFO] Total time: 3.780 s
[INFO] Finished at: 2021-05-28T21:57:53+08:00
[INFO] Final Memory: 16M/40M
[INFO] -------------------------------------------------------------------- -- --
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/s dk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExceptio n
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :java-sdk-generator
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/KDPZDCBD 3WOGQ 3GFO4JSNEM7YTG2ABVR/

Bur if I use 4.3 branch, it works. #git clone -b sdk_4.3 --single-branch git://gerrit.ovirt.org/ovirt-engine-sdk-java #mvn package [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (execute-tests) @ sdk --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sdk --- [INFO] Building jar: /root/test2/ovirt-engine-sdk-java/sdk/target/sdk-4.3.3-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ sdk --- [INFO] Building jar: /root/test2/ovirt-engine-sdk-java/sdk/target/sdk-4.3.3-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] oVirt Java SDK Parent .............................. SUCCESS [ 23.547 s] [INFO] oVirt Java SDK Generator ........................... SUCCESS [01:01 min] [INFO] oVirt Java SDK ..................................... SUCCESS [03:10 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:36 min [INFO] Finished at: 2021-05-31T17:37:33+08:00 [INFO] Final Memory: 37M/241M [INFO] ------------------------------------------------------------------------ [root@test1 ovirt-engine-sdk-java]# [root@test1 ovirt-engine-sdk-java]# -----Original Message----- From: devel-bounces@ovirt.org <devel-bounces@ovirt.org> On Behalf Of tommy Sent: Monday, May 31, 2021 5:30 PM To: 'Vojtech Juranek' <vjuranek@redhat.com>; 'oVirt development list' <devel@ovirt.org> Subject: [ovirt-devel] Re: Why can not package the ovirt SDK ? I tried clean maven repo and re git clone the source like below: 1.delete maven repo [root@test1 ~]# cd .m2 [root@test1 .m2]# [root@test1 .m2]# [root@test1 .m2]# ll total 4 drwxr-xr-x. 25 root root 4096 May 31 13:19 repository [root@test1 .m2]# [root@test1 .m2]# [root@test1 .m2]# [root@test1 .m2]# rm -fr ./repository/ [root@test1 .m2]# [root@test1 .m2]# 2.remove sdk source [root@test1 ~]# cd test [root@test1 test]# [root@test1 test]# [root@test1 test]# ll total 4 drwxr-xr-x. 7 root root 4096 May 31 13:14 ovirt-engine-sdk-java [root@test1 test]# [root@test1 test]# [root@test1 test]# [root@test1 test]# rm -fr ./ovirt-engine-sdk-java/ [root@test1 test]# 3.re git clone sdk [root@test1 test]# git clone git://gerrit.ovirt.org/ovirt-engine-sdk-java Cloning into 'ovirt-engine-sdk-java'... remote: Counting objects: 16292, done. remote: Compressing objects: 100% (2674/2674), done. remote: Total 16292 (delta 10792), reused 16090 (delta 10663) Receiving objects: 100% (16292/16292), 3.73 MiB | 238.00 KiB/s, done. Resolving deltas: 100% (10792/10792), done. 4.mvn compile [root@test1 ovirt-engine-sdk-java]# mvn compile [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] oVirt Java SDK Parent [INFO] oVirt Java SDK Generator [INFO] oVirt Java SDK [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.pom (6.6 kB at 3.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 25/maven-plugins-25.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 25/maven-plugins-25.pom (9.6 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven- parent-24.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven- parent-24.pom (37 kB at 72 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-p lugin/2.4/maven-source-plugin-2.4.jar (31 kB at 65 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 23/maven-plugins-23.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 23/maven-plugins-23.pom (9.2 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven- parent-22.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven- parent-22.pom (30 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resource s-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.pom (7.3 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 18/maven-plugins-18.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/ 18/maven-plugins-18.pom (13 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven- parent-16.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven- parent-16.pom (23 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler -plugin/2.3.2/maven-compiler-plugin-2.3.2.jar (29 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.pom (1.5 kB at 3.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-parent/1 .3.4/metamodel-parent-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-parent/1 .3.4/metamodel-parent-1.3.4.pom (7.4 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.pom (2.9 kB at 6.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.pom (1.4 kB at 3.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.pom (10 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/co mmons-parent-25.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/co mmons-parent-25.pom (48 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.pom (18 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus -parent-4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus -parent-4.pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.2.2/antlr4-ma ster-4.2.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.2.2/antlr4-ma ster-4.2.2.pom (7.9 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-paren t-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-paren t-7.pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.pom (3.1 kB at 6.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.pom (1.3 kB at 3.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.pom (4.2 kB at 9.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.pom (2.1 kB at 4.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.pom (9.2 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.3/json-1.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.3/json-1.0.3.pom (11 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3. pom Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3. pom (4.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.pom (2.7 kB at 5.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-pare nt-1.7.7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-pare nt-1.7.7.pom (12 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.pom (1.8 kB at 4.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.pom (4.1 kB at 9.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/10/jboss-parent- 10.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/10/jboss-parent- 10.pom (30 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.pom (6.5 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0. pom Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0. pom (18 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1. pom Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1. pom (4.7 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-c li-1.3.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-c li-1.3.1.pom (10 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/co mmons-parent-37.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/co mmons-parent-37.pom (63 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.pom (4.0 kB at 9.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/16/jboss-parent- 16.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/16/jboss-parent- 16.pom (32 kB at 71 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.pom (5.0 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-core-parent/2.3.0.F inal/weld-core-parent-2.3.0.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-core-parent/2.3.0.F inal/weld-core-parent-2.3.0.Final.pom (25 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/33/weld-pare nt-33.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/33/weld-pare nt-33.pom (37 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/2.3.Final/w eld-api-bom-2.3.Final.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/2.3.Final/w eld-api-bom-2.3.Final.pom (5.4 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log 4j12-1.7.7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log 4j12-1.7.7.pom (1.6 kB at 3.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.pom (2.6 kB at 5.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.pom (1.9 kB at 4.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.p om Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.p om (6.9 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/9.2.5.0/jruby -artifacts-9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/9.2.5.0/jruby -artifacts-9.2.5.0.pom (4.0 kB at 9.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-parent/9.2.5.0/jruby-pa rent-9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-parent/9.2.5.0/jruby-pa rent-9.2.5.0.pom (25 kB at 53 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.pom (44 kB at 78 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.pom (1.8 kB at 3.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.pom (4.1 kB at 8.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.11/jnr -constants-0.9.11.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.11/jnr -constants-0.9.11.pom (3.8 kB at 7.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.pom (10 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.18/jnr-enxio -0.18.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.18/jnr-enxio -0.18.pom (4.1 kB at 9.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.46/jnr-pos ix-3.0.46.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.46/jnr-pos ix-3.0.46.pom (6.3 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.9/jnr- constants-0.9.9.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.9/jnr- constants-0.9.9.pom (3.5 kB at 7.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.pom (6.3 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.pom (3.8 kB at 8.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. pom Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. pom (9.2 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. pom (7.2 kB at 5.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.pom (5.1 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.pom (2.9 kB at 6.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.pom (4.4 kB at 10 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.pom (1.5 kB at 3.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 7.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-paren t-6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-paren t-6.pom (4.8 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.pom (1.6 kB at 2.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-all/0.9.1/n ailgun-all-0.9.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-all/0.9.1/n ailgun-all-0.9.1.pom (5.0 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.pom Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.pom (35 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .pom Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .pom (1.7 kB at 4.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.pom (18 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.pom Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.pom (7.2 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-paren t-3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-paren t-3.pom (3.4 kB at 7.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.pom (23 kB at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/ja xb-api-parent-2.3.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/ja xb-api-parent-2.3.0.pom (5.6 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5. pom Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5. pom (8.9 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.pom (10 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.pom (6.4 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-client/4.5/httpcomponents-client-4.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-client/4.5/httpcomponents-client-4.5.pom (16 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/pro ject-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/pro ject-7.pom (27 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 1/httpcore-4.4.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 1/httpcore-4.4.1.pom (4.6 kB at 10 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.1/httpcomponents-core-4.4.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.pom (19 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/co mmons-parent-34.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/co mmons-parent-34.pom (56 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.pom (12 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/co mmons-parent-32.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/co mmons-parent-32.pom (53 kB at 84 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.pom (5.5 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.4/httpcomponents-core-4.4.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponent s-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-concepts /1.3.4/metamodel-concepts-1.3.4.jar (45 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-annotati ons/1.3.4/metamodel-annotations-1.3.4.jar (7.9 kB at 7.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayo ut.core/1.0.1/org.abego.treelayout.core-1.0.1.jar (26 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-analyzer /1.3.4/metamodel-analyzer-1.3.4.jar (97 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-annotations/4.2.2/antl r4-annotations-4.2.2.jar (10 kB at 7.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox- 2.0-M3.jar (292 kB at 191 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-runtime/ 1.3.4/metamodel-runtime-1.3.4.jar (30 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.2.2/antlr4-r untime-4.2.2.jar (329 kB at 194 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-server/1 .3.4/metamodel-server-1.3.4.jar (6.8 kB at 3.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/servlet/jboss-serv let-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar (190 kB at 97 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7 .7.jar (29 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ovirt/engine/api/metamodel-tool/1.3 .4/metamodel-tool-1.3.4.jar (141 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.3/javax.js on-1.0.3.jar (80 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.j ar Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2 .0/javax.activation-1.2.0.jar (78 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs- api_2.0_spec/1.0.0.Final/jboss-jaxrs-api_2.0_spec-1.0.0.Final.jar (117 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/1.6.0/ asciidoctorj-api-1.6.0.jar (46 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.5.0/jruby-9.2.5.0.j ar (42 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/1.6.0/asci idoctorj-1.6.0.jar (1.1 MB at 388 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netd b-1.1.6.jar (62 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.20/jnr- unixsocket-0.20.jar (45 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.19/jnr-enxio -0.19.jar (30 kB at 9.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18- native.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18. jar (151 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.25/joni-2.1.25. jar (222 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.47/jnr-pos ix-3.0.47.jar (241 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.41/jcod ings-1.0.41.jar (1.7 MB at 340 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.12/jnr -constants-0.9.12.jar (550 kB at 110 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.jar (16 kB at 3.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebin der-1.11.jar (50 kB at 9.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9. 1/nailgun-server-0.9.1.jar (33 kB at 5.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .jar Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.jar (14 kB at 2.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/modulator/1.0/modulator-1.0 .jar (4.6 kB at 759 B/s) Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1. 35.jar (61 kB at 9.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api- 2.3.0.jar (126 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.18/jffi-1.2.18- native.jar (723 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli -1.3.jar (53 kB at 6.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9 .9.jar (634 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4. 5/httpclient-4.5.jar (728 kB at 87 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/com mons-logging-1.2.jar (62 kB at 7.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2. 4.jar (185 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons -codec-1.9.jar (264 kB at 30 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4. 4/httpcore-4.4.4.jar (327 kB at 35 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/se/weld-se/2.3.0.Final/w eld-se-2.3.0.Final.jar (4.5 MB at 236 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.5.0/jruby-core -9.2.5.0.jar (10 MB at 397 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.5.0/jruby-st dlib-9.2.5.0.jar (11 MB at 270 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.pom (1.5 kB at 4.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0. 6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0. 6.pom (9.0 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-p arent-5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-p arent-5.pom (15 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 9.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.pom (2.6 kB at 7.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.pom (2.0 kB at 5.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.pom (3.0 kB at 8.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/ plexus-utils-1.4.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/ plexus-utils-1.4.1.pom (1.9 kB at 5.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexu s-1.0.11.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexu s-1.0.11.pom (9.0 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1 .0.3/plexus-containers-1.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1 .0.3/plexus-containers-1.0.3.pom (492 B at 1.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus -1.0.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus -1.0.4.pom (5.7 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 2.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/ plexus-utils-1.0.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/ plexus-utils-1.0.4.pom (6.9 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/cla ssworlds-1.1-alpha-2.pom Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/cla ssworlds-1.1-alpha-2.pom (3.1 kB at 8.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.pom (2.0 kB at 5.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 7.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 5.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.pom (1.6 kB at 4.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 5.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.pom (6.7 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 5.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 4.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing/2.0.6/maven-reporting-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 3.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha- 7/doxia-1.0-alpha-7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha- 7/doxia-1.0-alpha-7.pom (3.9 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 5.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.pom (2.1 kB at 6.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 5.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.pom (1.3 kB at 3.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.pom (3.3 kB at 9.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.pom (3.3 kB at 9.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus -2.0.6.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus -2.0.6.pom (17 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.pom (5.8 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-co mponents/17/maven-shared-components-17.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-co mponents/17/maven-shared-components-17.pom (8.7 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven- parent-21.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven- parent-21.pom (26 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15 /plexus-utils-1.5.15.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15 /plexus-utils-1.5.15.pom (6.8 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus -2.0.2.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus -2.0.2.pom (12 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.12/plexus-interpolation-1.12.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.12/plexus-interpolation-1.12.pom (889 B at 2.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.14/plexus-components-1.1.14.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.14/plexus-components-1.1.14.pom (5.8 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.pom (2.9 kB at 8.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spic e-parent-10.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spic e-parent-10.pom (3.0 kB at 8.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge -parent-3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge -parent-3.pom (5.0 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/ plexus-utils-1.5.8.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/ plexus-utils-1.5.8.pom (8.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.pom (890 B at 2.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.15/plexus-components-1.1.15.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.15/plexus-components-1.1.15.pom (2.8 kB at 7.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus -2.0.3.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus -2.0.3.pom (15 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/ 2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/ma ven-profile-2.0.6.jar (35 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/ma ven-project-2.0.6.jar (116 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven -core-2.0.6.jar (152 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter -documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager /2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6 /maven-plugin-api-2.0.6.jar (13 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-report ing-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 8.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1 .0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 4.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostic s/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 10 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metad ata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli -1.0.jar (30 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descripto r/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivit y-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 8.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds -1.1.jar (38 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/m aven-artifact-2.0.6.jar (87 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/m aven-settings-2.0.6.jar (49 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/ma ven-monitor-2.0.6.jar (10 kB at 4.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-de fault/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/mave n-model-2.0.6.jar (86 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.jar Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 50 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0. 0.4/plexus-build-api-0.0.4.jar (6.8 kB at 2.7 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering /1.1/maven-filtering-1.1.jar (43 kB at 17 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolatio n/1.13/plexus-interpolation-1.13.jar (61 kB at 23 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/ plexus-utils-2.0.5.jar (223 kB at 72 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.pom (3.4 kB at 9.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.pom (805 B at 2.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.8 .1/plexus-compiler-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.8 .1/plexus-compiler-1.8.1.pom (3.5 kB at 9.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.18/plexus-components-1.1.18.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1 .1.18/plexus-components-1.1.18.pom (5.4 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus -2.0.7.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus -2.0.7.pom (17 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/ plexus-utils-1.5.5.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/ plexus-utils-1.5.5.pom (5.1 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.pom (713 B at 2.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.pom (710 B at 1.9 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1. 8.1/plexus-compilers-1.8.1.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1. 8.1/plexus-compilers-1.8.1.pom (1.3 kB at 3.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-jav ac/1.8.1/plexus-compiler-javac-1.8.1.jar (13 kB at 33 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api /1.8.1/plexus-compiler-api-1.8.1.jar (20 kB at 51 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-man ager/1.8.1/plexus-compiler-manager-1.8.1.jar (5.3 kB at 13 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/ma ven-toolchain-1.0.jar (33 kB at 72 kB/s) [INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] oVirt Java SDK Parent .............................. SUCCESS [ 4.841 s] [INFO] oVirt Java SDK Generator ........................... FAILURE [01:53 min] [INFO] oVirt Java SDK ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:58 min [INFO] Finished at: 2021-05-31T17:28:57+08:00 [INFO] Final Memory: 19M/46M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure [ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/sdk/java/ ServicesGenerator.java:[26,39] error: cannot access ListType [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :java-sdk-generator It still not works. -----Original Message----- From: Vojtech Juranek <vjuranek@redhat.com> Sent: Monday, May 31, 2021 5:17 PM To: 'oVirt development list' <devel@ovirt.org> Cc: tommy <sz_cuitao@163.com> Subject: Re: [ovirt-devel] Re: Why can not package the ovirt SDK ? On Monday, 31 May 2021 10:18:31 CEST tommy wrote:
There are metamodel-concept jar file in local repo:
[root@test1 metamodel-concepts]# ll total 8 drwxr-xr-x. 2 root root 4096 May 29 12:12 1.3.4 [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# [root@test1 metamodel-concepts]# cd 1.3.4 [root@test1 1.3.4]# [root@test1 1.3.4]# [root@test1 1.3.4]# ll total 64 -rw-r--r--. 1 root root 45472 May 29 12:09 metamodel-concepts-1.3.4.jar -rw-r--r--. 1 root root 40 May 29 12:09 metamodel-concepts-1.3.4.jar.sha1 -rw-r--r--. 1 root root 1490 May 29 12:08 metamodel-concepts-1.3.4.pom -rw-r--r--. 1 root root 40 May 29 12:08 metamodel-concepts-1.3.4.pom.sha1 -rw-r--r--. 1 root root 216 May 29 12:09 _remote.repositories
And the pom config about is is:
<dependency> <groupId>org.ovirt.engine.api</groupId> <artifactId>metamodel-concepts</artifactId> <version>${metamodel.version}</version> </dependency>
Why cannot import it ?
no idea, but very likely some issue with your setup. I tired with clean repo and everything works. Try to run `maven clean` and/or remove these artifacts from local repo and let maven to download them again
And {metamodel.version} is what value ?
currently 1.3.4, it's defined in pom.xml: https://github.com/oVirt/ovirt-engine-sdk-java/blob/master/pom.xml#L78
-----Original Message----- From: Vojtech Juranek <vjuranek@redhat.com> Sent: Monday, May 31, 2021 3:59 PM To: 'oVirt development list' <devel@ovirt.org> Cc: tommy <sz_cuitao@163.com> Subject: Re: [ovirt-devel] Why can not package the ovirt SDK ?
On Saturday, 29 May 2021 15:33:15 CEST tommy wrote:
Why can not package the ovirt SDK ?
The error line is :
import org.ovirt.api.metamodel.concepts.ListType;
There is not such class, where to download it ?
it's part of org.ovirt.engine.api:metamodel-concepts artefact, you can download it e.g. from central repository [1]
Should maven download it auto ?
yes, it should and it's also in available in central repo, check your maven settings if you have this repo enabled, use right profile etc.
[1] https://search.maven.org/artifact/org.ovirt.engine.api/metamodel-conce pts
[root@test1 ovirt-engine-sdk-java]# mvn package
[INFO] Scanning for projects...
[INFO] -------------------------------------------------------------------- -- --
[INFO] Reactor Build Order:
[INFO]
[INFO] oVirt Java SDK Parent
[INFO] oVirt Java SDK Generator
[INFO] oVirt Java SDK
[INFO]
[INFO] -------------------------------------------------------------------- -- --
[INFO] Building oVirt Java SDK Parent 4.4.6-SNAPSHOT
[INFO] -------------------------------------------------------------------- -- --
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ java-sdk-parent ---
[INFO]
[INFO] -------------------------------------------------------------------- -- --
[INFO] Building oVirt Java SDK Generator 4.4.6-SNAPSHOT
[INFO] -------------------------------------------------------------------- -- --
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java-sdk-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ java-sdk-generator ---
[INFO] Compiling 3 source files to /root/test/ovirt-engine-sdk-java/generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/s dk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------------- -- --
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Java SDK Parent .............................. SUCCESS [ 1.259 s]
[INFO] oVirt Java SDK Generator ........................... FAILURE [ 2.234 s]
[INFO] oVirt Java SDK ..................................... SKIPPED
[INFO] -------------------------------------------------------------------- -- --
[INFO] BUILD FAILURE
[INFO] -------------------------------------------------------------------- -- --
[INFO] Total time: 3.780 s
[INFO] Finished at: 2021-05-28T21:57:53+08:00
[INFO] Final Memory: 16M/40M
[INFO] -------------------------------------------------------------------- -- --
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project java-sdk-generator: Compilation failure
[ERROR] /root/test/ovirt-engine-sdk-java/generator/src/main/java/org/ovirt/s dk /java/ ServicesGenerator.java:[26,39] error: cannot access ListType
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExceptio n
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :java-sdk-generator
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/KDPZDCBD 3WOGQ 3GFO4JSNEM7YTG2ABVR/
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/OYQLJQ2DKP4YZZ...
participants (2)
-
tommy
-
Vojtech Juranek