Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven Jdepend report contains no data

I'm running the jdepend maven plugin on my project and whether I run "mvn site:site" or "mvn jdepend:generate" the report that gets generated says "There are no package used." There are no errors in the maven output. Other plugins (cobertura, findbugs, etc.) run fine. My pom is configured like this:

<reporting>
    <plugins>
        <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>jdepend-maven-plugin</artifactId>
        </plugin>

Any ideas?

like image 326
mes5k Avatar asked Dec 09 '25 13:12

mes5k


1 Answers

Did you try running "mvn -U -cpu site:site" to update all the maven dependencies? Maybe this question is better asked in the Maven forum :)

like image 181
Philip Helger Avatar answered Dec 11 '25 03:12

Philip Helger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!