我正在尝试创建一个基本的mulesoft插件mvn org.mule.extensions:mule-extensions-archetype-maven-plugin:1.2.0:generate
当我尝试执行mvn eclipse:clean时,我得到
[WARNING] The POM for org.apache.maven.plugins:maven-site-plugin:jar:3.6.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.6.1: Plugin org.apache.maven.plugins:maven-site-plugin:3.6.1 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-site-plugin:jar:3.6.1 in http://repository.mulesoft.org/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of mulesoft-plugin-releases has elapsed or updates are forced我该如何解决这个问题?我使用的是eclipse/studio,不是IntelliJ。
有什么建议吗?
发布于 2020-12-23 11:02:35
这是一个警告,而不是一个错误。它应该不会引起任何问题。忽略它吧。
https://stackoverflow.com/questions/65395878
复制相似问题