Failed to Download doxia-module-apt-1.6.jar When Compiling jline-2.14.3
Symptom
During the compilation of jline-2.14.3, a message is displayed indicating that doxia-module-apt-1.6.jar fails to be downloaded.
1 | Get request of: org/apache/maven/doxia-module-apt/1.6/doxia-module-apt-1.6.jar from huaweimaven failed |
Key Process and Cause Analysis
None
Conclusion and Solution
Manually download the JAR package and pom.xml file to the local repository.
1 2 | wget https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar wget https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom |
Parent topic: Troubleshooting