简体   繁体   English

Maven Jdepend报告不包含任何数据

[英]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." 我正在我的项目上运行jdepend maven插件,无论我运行“mvn site:site”还是“mvn jdepend:generate”,生成的报告都说“没有使用包”。 There are no errors in the maven output. maven输出中没有错误。 Other plugins (cobertura, findbugs, etc.) run fine. 其他插件(cobertura,findbugs等)运行良好。 My pom is configured like this: 我的pom配置如下:

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

Any ideas? 有任何想法吗?

Did you try running "mvn -U -cpu site:site" to update all the maven dependencies? 您是否尝试运行“mvn -U -cpu site:site”来更新所有maven依赖项? Maybe this question is better asked in the Maven forum :) 也许这个问题在Maven论坛中更好问:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM