Nested Maven macro variables problem
In Maven POM I want to implement Resource filter
Consider following property file- env=local
- local_user=scott
- remote_user=tiger
- 开发者_如何学C
- database_user=${${env}_user}
Is it possible to have nested maven macros as indicated line no 6
Regards
Rajul KonkarSimply no. If it would be possible it had been been mentioned in the documentation
精彩评论