-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.1.0.GA
When building the acce QE cli, which depends on artemis-jms-client package, the following error is printed by Maven and the build stops. This used to work with versions prior to 7.1.0cr1.
openstack: Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (575 KB at 2384.0 KB/sec) openstack: [INFO] ------------------------------------------------------------------------ openstack: [INFO] Reactor Summary: openstack: [INFO] openstack: [INFO] bom ................................................ SUCCESS [ 0.278 s] openstack: [INFO] parent ............................................. SUCCESS [ 2.474 s] openstack: [INFO] jmslib ............................................. SUCCESS [ 3.198 s] openstack: [INFO] acc ................................................ FAILURE [ 3.752 s] openstack: [INFO] java ............................................... SKIPPED openstack: [INFO] ------------------------------------------------------------------------ openstack: [INFO] BUILD FAILURE openstack: [INFO] ------------------------------------------------------------------------ openstack: [INFO] Total time: 9.919 s openstack: [INFO] Finished at: 2017-11-23T10:38:37-05:00 openstack: [INFO] Final Memory: 24M/57M openstack: [INFO] ------------------------------------------------------------------------ openstack: [ERROR] Failed to execute goal on project acc: Could not resolve dependencies for project com.redhat:acc:jar:1.2.2: Could not find artifact io.netty:netty-transport-native-kqueue:jar:4.1.16.Final-redhat-1 in extra-repo ([...]) -> [Help 1] openstack: [ERROR] openstack: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. openstack: [ERROR] Re-run Maven using the -X switch to enable full debug logging. openstack: [ERROR] openstack: [ERROR] For more information about the errors and possible solutions, please read the following articles: openstack: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException openstack: [ERROR] openstack: [ERROR] After correcting the problems, you can resume the build with the command openstack: [ERROR] mvn <goals> -rf :acc