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:
我正在我的项目上运行jdepend maven插件,无论我运行“mvn site:site”还是“mvn jdepend:generate”,生成的报告都说“没有使用包”。 maven输出中没有错误。其他插件(cobertura,findbugs等)运行正常。我的pom配置如下:
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
Any ideas?
1 个解决方案
#1
1
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 :)
您是否尝试运行“mvn -U -cpu site:site”来更新所有maven依赖项?也许这个问题在Maven论坛中更好问:)
#1
1
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 :)
您是否尝试运行“mvn -U -cpu site:site”来更新所有maven依赖项?也许这个问题在Maven论坛中更好问:)