錯誤詳情信息:apache
錯誤信息: [ERROR] Failed to execute goal on project blog: Could not resolve dependencies for project com.youcong.test:blog:war:1.0.0: Failed to collect dependencies at com.youcong.test:blog-platform-lib:jar:2.3.06: Failed to read artifact descriptor for com.youcong.test:blog-platform-lib:jar:2.3.06: Could not transfer artifact com.youcong.test:blog-platform-lib:pom:2.3.06_190620 from/to nexus (私服URL): Not authorized -> [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
執行mvn install 致使的錯誤,緣由是由於nexus沒有受權。maven
解決方案:
nexus受權便可(在maven對應的settings.xml配置私服便可)spa