Hi Denis,

Thanks for your answer.
Here is the out commented line of the reporting section:

        <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

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag
von dcabasson
Gesendet: Freitag, 21. Juli 2006 10:24
An: [email protected]
Betreff: Re: [m2] Another findbugs plugin problem - site goal resides into a
nullpointer execption


Care to show the reporting section fo your pom? 

Most of the time, these NPE comes from mispelled plugin names/groups (which
can explain that the plugin is working fine when launched from command
line). 

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


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


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

Reply via email to