Hi Wayne
"filter resources during build" could be acceptable,
but how notify the build to use a filter file for a specified environment?
For example, in the pom we can write:
...
<build>
<filters>
<filter>src/test/filters/dico.properties</filter>
</filters>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
...
But how specify a different filter file for production packaging for
example?
How to switch the filter file during packing in order to fit to a specific
environment?
Thanks
--
View this message in context:
http://www.nabble.com/properties-file-valorization-during-integration-tf1850139.html#a5066549
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]