Why Did the Dependency WAR or JAR Files Fail to Be Downloaded?
Symptom
The local tools cannot download components in the self-hosted repo. A message is displayed indicating that the POM file cannot be found. The log information similar to the following is recorded.
Root Cause
The POM file is missing in the dependency.
When downloading dependency packages using Gradle or Maven, you need to download a POM file first, and then a JAR or WAR file. Otherwise, the download will fail.
Solution
Re-upload the components that cannot be downloaded according to the components uploading standard.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.