亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Maven Dependency Plugin 離線未下載某些插件

Maven Dependency Plugin 離線未下載某些插件

忽然笑 2022-11-02 10:27:24
我正在嘗試將 pom 文件的所有傳遞依賴項和插件下載到本地文件夾中,然后使用它離線運行 sonarqube。我對 Maven 相當陌生,所以我可能在這里做錯了,但我認為 maven maven-dependency-plugin:3.1.1:go-offline 沒有下載運行 sonarqube 所需的所有插件,這會導致錯誤。這是我嘗試過的。將所有依賴項下載到新文件夾mvn -D"maven.repo.local"="c:\test\test" org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline運行聲納mvn -o -D"maven.repo.local"="c:\test\test" sonar:sonar然而,這給了我以下錯誤[INFO] Scanning for projects...[WARNING] The POM for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 is missing, no dependency information available[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 has not been downloaded from it before.[WARNING] The POM for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 is missing, no dependency information available[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 has not been downloaded from it before.[WARNING] The POM for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 is missing, no dependency information available
查看完整描述

1 回答

?
慕的地10843

TA貢獻1785條經驗 獲得超8個贊

sonar-maven-plugin應該聲明為插件而不是依賴項。


<build>

  <pluginManagement>

    <plugins>

      <plugin>

        <groupId>org.sonarsource.scanner.maven</groupId>

        <artifactId>sonar-maven-plugin</artifactId>

        <version>3.6.0.1398</version>

      </plugin>

    </plugins>

  </pluginManagement>

</build>


查看完整回答
反對 回復 2022-11-02
  • 1 回答
  • 0 關注
  • 523 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號