开发者

Nested Maven macro variables problem

开发者 https://www.devze.com 2023-03-26 02:33 出处:网络
In Maven POM I want to implement Resource filter Consider following property file env=local local_user=scott

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

精彩评论

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