Maven - resource filtering : implications of the @ symbol in resource files

前端 未结 6 1179
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 13:28

I am using the Maven assembly plugin to prepare some configuration artifacts for different environments, and I am using resource filtering to substitute parameter values.

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 13:44

    Here the link to Maven JIRA issue: https://issues.apache.org/jira/browse/MRESOURCES-141

    Filtering doesn't work when there is an odd number of @ in the resource

提交回复
热议问题