Maven外部依赖项插件会跳过解析和安装步骤

时间:2013-06-10 12:42:19

标签: maven


   我正在使用Maven-external-dependency-plugin,它通过正确解析和安装依赖关系直到某个时间来工作。现在它完全跳过下面显示的步骤,尽管路径有效并且存在外部文件。使用-X开关运行maven也没有显示任何内容(该步骤根本没有执行)。任何使用此插件的人都可以帮忙吗?

<execution>
<id>resolve-install-external-dependencies</id>
<phase>process-resources</phase>
<goals>
     <goal>resolve-external</goal>
     <goal>install-external</goal>
</goals>
</execution>

谢谢,
稻谷

0 个答案:

没有答案