nvazquez commented on issue #3956: maven quality tool plugins URL: https://github.com/apache/cloudstack/pull/3956#issuecomment-599150968 @DaanHoogland I checked that the version 1.0-dev for the dependency commons-discovery is not present in the artifactory, so I changed the version to 0.5 (he last available in the repo: https://mvnrepository.com/artifact/commons-discovery/commons-discovery/0.5). After changing that, I'm hitting a different error: ```` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:42 min [INFO] Finished at: 2020-03-14T20:48:46-03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project cloud-plugin-outofbandmanagement-driver-nested-cloudstack: Could not resolve dependencies for project org.apache.cloudstack:cloud-plugin-outofbandmanagement-driver-nested-cloudstack:jar:4.14.0.0-SNAPSHOT: Failed to collect dependencies at org.apache.cloudstack:cloud-server:jar:clover:4.14.0.0-SNAPSHOT -> org.apache.cloudstack:cloud-framework-jobs:jar:4.14.0.0-SNAPSHOT -> org.apache.cloudstack:cloud-framework-events:jar:4.14.0.0-SNAPSHOT -> com.google.guava:guava:jar:28.2-jre -> org.checkerframework:checker-qual:jar:2.10.0: class java.util.HashMap$Node cannot be cast to class java.util.HashMap$TreeNode (java.util.HashMap$Node and java.util.HashMap$TreeNode are in module java.base of loader 'bootstrap') -> [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/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :cloud-plugin-outofbandmanagement-driver-nested-cloudstack ```` BTW: I'm compiling with: ```` mvn clean install -Dnoredist -P developer,systemvm -DskipTests -U ````
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
