I use maven 2.0.2 with this jdepend:

     <plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>jdepend-maven-plugin</artifactId>
       <version>2.0-beta-1-SNAPSHOT</version>
     </plugin>

and I have no problem. May be it is a little bit old but give it a try to check if you still have the problem with this one.

Gianfranco Oldani a écrit :
Hello,
I experiment a NullPointer exception when I launch : mvn site
What I missed?

Here is the content of the <reporting> section of my pom.xml if it can help. If I remove that section the NullPointer exception disapear also and the site is generated.

 <reporting>
   <outputDirectory>target/site</outputDirectory>
       <plugins>
         <plugin>
           <groupId>jdepend</groupId>
           <artifactId>jdepend</artifactId>
           <version>2.9.1</version>
         </plugin>
       </plugins>
 </reporting>


Thnaks for help.



Gianfranco OLDANI
Mob: +79602726351

_________________________________________________________________
Faites de MSN Search votre page d'accueil: Toutes les réponses en un clic! http://search.msn.ch/


---------------------------------------------------------------------
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