maven-replacer-plugin and multiple files

后端 未结 7 1158
执念已碎
执念已碎 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:40

    The solution for the plugin version 1.5.2 by mk7 works for me. I added a basedir-Tag (i didn't had one) before the include-Tag in the plugin configuration.

    ${basedir}
    

提交回复
热议问题