当前位置:  开发笔记 > 编程语言 > 正文

Maven FindBugs插件

如何解决《MavenFindBugs插件》经验,为你挑选了1个好方法。

你有用法:findbugs-maven-plugin


  [...]
  
    [...]
    
      org.codehaus.mojo
      findbugs-maven-plugin
      1.2.1
      
        true|false
        directory location of findbugs xdoc xml report
        High|Normal|Low|Exp|Ignore
        Min|Default|Max
        findbugs-exclude.xml
        findbugs-include.xml
        FindDeadLocalStores,UnreadFields
        FindDeadLocalStores,UnreadFields
        org.codehaus.mojo.findbugs.*
        /libs/fb-contrib/fb-contrib-2.8.0.jar
        true|false
        true|false
        true|false
        directory location of findbugs legact xml format report
      
    
    [...]
  
  [...]

但有一次:

mvn site

我明白了:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.codehaus.mojo
ArtifactId: findbugs-maven-plugin
Version: 1.2.1

Reason: Unable to download the artifact from any repository

  org.codehaus.mojo:findbugs-maven-plugin:pom:1.2.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

你知道为什么吗?我该怎么办?



1> Rob Di Marco..:

查看存储库,您的版本应为1.2,而不是1.2.1

此外,您的配置错误,您需要选择一些选项.所以看起来应该是这样的:

    
  org.codehaus.mojo
  findbugs-maven-plugin
  1.2
  
    High
    Default
  

推荐阅读
手机用户2502852037
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有