That's it, you're using the Maven 1 plugin, with Maven 2.....

The correct M2 plugin is:
        <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
        </plugin>

And that is the plugin you're lanching when using the command line with
findbugs:findbugs....

Denis.


Arne Sutor wrote:
> 
>       <reporting>
>               <plugins>
> <!--                  <plugin>
>                               <groupId>maven-plugins</groupId>
>       
> <artifactId>maven-findbugs-plugin</artifactId>
>                               <version>1.0-SNAPSHOT</version>
>                               <configuration>
>       
> <outputDirectory>target/site</outputDirectory>
>                                       <threshold>Low</threshold>
>                               </configuration> 
>                       </plugin>-->
>               </plugins>
>       </reporting>
> 
> With regards,
> 
> Arne
> 

-- 
View this message in context: 
http://www.nabble.com/-m2--Another-findbugs-plugin-problem---site-goal-resides-into-a-nullpointer-execption-tf1978903.html#a5430351
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to