findbugs:findbugs fails missing dependency, seems to ignore version for plugin
------------------------------------------------------------------------------
Key: MFINDBUGS-153
URL: https://jira.codehaus.org/browse/MFINDBUGS-153
Project: Maven 2.x FindBugs Plugin
Issue Type: Bug
Affects Versions: 2.3.2
Reporter: mike mainguy
Priority: Critical
My plugin is configured like so:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
</plugin>
When I run mvn findbugs:findbugs I get the following:
Missing:
----------
1) com.google.code.findbugs:findbugs-ant:jar:2.0.0-dev-20111130-r14042
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.code.findbugs
-DartifactId=findbugs-ant -Dversion=2.0.0-dev-20111130-r14042 -Dpackaging=jar
-Dfile
=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.code.findbugs
-DartifactId=findbugs-ant -Dversion=2.0.0-dev-20111130-r14042 -Dpackaging=jar
-Dfile=/
path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.codehaus.mojo:findbugs-maven-plugin:maven-plugin:2.4.0-SNAPSHOT
2) com.google.code.findbugs:findbugs-ant:jar:2.0.0-dev-20111130-r14042
----------
1 required artifact is missing.
for artifact:
org.codehaus.mojo:findbugs-maven-plugin:maven-plugin:2.4.0-20111205.142454-1
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email