战争重叠冲突

时间:2013-01-08 19:35:58

标签: maven war

我有一个maven依赖,看起来像这样: <dependency> <type>war</type> <scope>runtime</scope>... </dependency> 它与我自己的网络文件(它提供了index.jsp)有冲突。什么是正确的 如何在一些子路径下移动它提供的所有资源?可能/depname/index.jsp

1 个答案:

答案 0 :(得分:1)

我相信你想使用overlay插件的targetPath attribute

  

targetPath - webapp结构中的目标相对路径,仅适用于war类型的叠加层。默认情况下,叠加层的内容会添加到webapp的根结构中。