I using findbugs plugin at http://www.ibiblio.org/maven2/findbugs/,
maven2 give me such error messages:

...
[INFO] The plugin 'org.apache.maven.plugins:maven-findbugs-plugin' does not 
exist
or no valid version could be found
...

here is my pom.xml snippet:

...
  <dependencies>
...
    <dependency>
      <groupId>findbugs</groupId>
      <artifactId>findbugs</artifactId>
      <version>0.9.6</version>
    </dependency>
  </dependencies>
...

<reporting>
    <plugins>
...
      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-findbugs-plugin</artifactId>
      </plugin>
    <plugins>
<reporting>
...

When I set /reporting/plugins/plugin/groupId & 
/reporting/plugins/plugin/artifactId
to 'findbugs', it give me same error.

Thanks for some help


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to