rohityadavcloud commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2076367373
My env details are: ``` Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /opt/homebrew/Cellar/maven/3.9.6/libexec Java version: 11.0.16.1, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk@11/11.0.16.1_1/libexec/openjdk.jdk/Contents/Home Default locale: en_IN, platform encoding: UTF-8 OS name: "mac os x", version: "14.4.1", arch: "aarch64", family: "mac" ``` Thanks all, I could run this again today and same error for me: ``` mvn clean install -P developer,systemvm -Dnoredist -Dsimulator -T8 ... [ERROR] Failed to execute goal on project cloud-plugin-network-nsx: Could not resolve dependencies for project org.apache.cloudstack:cloud-plugin-network-nsx:jar:4.20.0.0-SNAPSHOT: The following artifacts could not be resolved: com.vmware.vapi:vapi-samltoken:jar:2.40.0 (absent): Could not find artifact com.vmware.vapi:vapi-samltoken:jar:2.40.0 in repo.jenkins-ci.org.releases (https://repo.jenkins-ci.org/releases/) -> [Help 1] ``` On debugging further, it's coming as indirect dependency of: ``` 985 [DEBUG] com.vmware.vapi:vapi-authentication:jar:2.40.0:compile 986 [DEBUG] com.vmware.vapi:vapi-samltoken:jar:2.40.0:compile 987 [DEBUG] org.slf4j:slf4j-api:jar:1.7.29:compile ``` -- 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org