webapp-cache.xml有什么用?

时间:2012-10-19 13:45:51

标签: maven

webapp-cache.xml有什么用?它是否缓存任何数据,如图像,htmls等。??我可以看到它是在maven构建之后创建的,但是我无法理解这个webapp-cache.xml的重要性。

1 个答案:

答案 0 :(得分:1)

取自Maven WAR Plugin Docs

cacheFile:

The file containing the webapp structure cache.
Type: java.io.File
Since: 2.1-alpha-1
Required: Yes
Default: ${project.build.directory}/war/work/webapp-cache.xml

WAR插件在创建WAR文件的过程中使用此文件。