I'd like to define in a parent pom resources like that :
<resources>
<resource>
<directory>${configDirectory}</directory>
<filtering>${filterConfig}</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>${filterResources}</filtering>
</resource>
</resources>
I can use a variable for the directory element, but for the filtering
element, only "true" and "false" are accepted. Using a variable result in a
"false" value (even if the variable is set to "true").
Is there any reason for that ?
Thanks,
Bruno
--
View this message in context:
http://www.nabble.com/Using-variable-in-%3A-%3Cresource%3E%3Cfiltering%3E%24%7BfilterConfig%7D%3C-filtering%3E%3Cresource%3E-tp21031555p21031555.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]