[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LocalRepositoryNotAccessibleException
时间: 2023-08-15 19:04:16 浏览: 214
引用 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mvc2: Compilation failure [ERROR No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [ERROR -> [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/MojoFailureException。
引用 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project taotao-manager-web: Failed to clean project: Failed to delete E:\JAVA\code2\taotao-manager\taotao-manager-web\target\tomcat\logs\access_log.2018-05-03 -> [Help 1。
引用 [INFO — maven-surefire-plugin:2.22.2:test (default-test) @ helloworld — Downloading from aliyunmaven: https://maven.aliyun.com/repository/public/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO Failure detected.
根据提供的信息,你遇到了Maven编译和清理错误。首先,在引用中,错误信息显示你的环境中没有提供编译器,这可能是因为你使用的是JRE而不是JDK。你需要确保你的环境中安装了JDK。
而在引用中,错误信息显示清理项目时失败了,可能是因为文件无法被删除。你可以检查文件是否被其他程序占用或者你是否具有足够的权限来删除该文件。
最后,在引用中,提示下载"Maven Surefire Plugin"的特定版本时失败了。你可以尝试手动下载该插件并将其放入本地Maven仓库,或者尝试更换其他可用的镜像站点。
如果你需要更详细的解决方案,你可以参考提供的URL链接,这些链接提供了更多关于问题的信息和可能的解决方案。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* [导入 maven项目出现 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 的解决方法](https://blog.csdn.net/men_ma/article/details/108807932)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 33.333333333333336%"]
- *2* [http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException](https://blog.csdn.net/Butterfly_resting/article/details/80185618)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 33.333333333333336%"]
- *3* [idea SpringBoot package打包报错...](https://blog.csdn.net/Starrysky_LTL/article/details/106604625)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 33.333333333333336%"]
[ .reference_list ]
阅读全文