开发者

Nested Maven macro variables problem

In Maven POM I want to implement Resource filter

Consider following property file

  1. env=local
  2. local_user=scott
  3. remote_user=tiger
  4. 开发者_如何学C
  5. database_user=${${env}_user}

Is it possible to have nested maven macros as indicated line no 6

Regards

Rajul Konkar


Simply no. If it would be possible it had been been mentioned in the documentation

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜