maven依赖:analyze无法构建GWT模块

时间:2013-11-04 22:09:46

标签: java maven gwt maven-dependency-plugin

鉴于多模块项目,我需要找出所有未使用的依赖项。 我尝试使用maven-dependency-plugin,它的目标是'dependency:analyze',但它无法编译我的GWT模块。

如果启用了依赖插件,似乎没有解析GWT描述符中的任何生成器。

<generate-with class="project.rebind.ToolBinderGenerator">
    <when-type-assignable
            class="project.client.command.ToolBinder"/>
</generate-with>

独立的Maven构建工作正常。

0 个答案:

没有答案