1

我想在 antrun 插件中引用 maven 项目依赖项。在 maven 组装战争过程之后,我需要删除 WEB-INF/lib 文件夹中存在的所有库,并在那里放置另一个依赖项。我在这里找到了一篇文章,但那里显示的示例不起作用。有没有其他可能性来做这样的事情。

4

1 回答 1

0

您可以将 antrun 插件中的各个依赖项引用为,例如${junit:junit}. 请参阅:http ://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html

另请参阅:Maven Antrun 和依赖项

于 2012-08-27T20:17:54.983 回答