给定多模块项目,我需要找出所有未使用的依赖项。我尝试使用 maven-dependency-plugin 并且它的目标是 'dependency:analyze',但是它无法编译我的 GWT 模块。
如果启用了依赖插件,似乎没有解决 GWT 描述符中的任何生成器。
<generate-with class="project.rebind.ToolBinderGenerator">
<when-type-assignable
class="project.client.command.ToolBinder"/>
</generate-with>
独立的 Maven 构建工作得很好。