maven-replacer-plugin and multiple files

后端 未结 7 1161
执念已碎
执念已碎 2020-12-31 10:59

I wrote a Java Web Application where I replace URLs to static content at build time to add version information, primarely for caching.

For example, href=\"mya

7条回答
  •  时光取名叫无心
    2020-12-31 11:52

    I had the same problem with 1.5.2 and reverted to

    file1, file2
    

    however I can imagine one would not like to add a dozen files manually...

提交回复
热议问题