I have a maven project with multiples modules.
I defined a filter for configuration in my master pom:
        <filters>
           
<filter>src/main/filters/filter-${environment}.properties</filter>
        </filters>

All is good and I can use a filter properties file at the module level (one
for each module).  
However some of the properties are common to all modules, so I would like to
use a global filter for some of the properties. Anybody knows how to achieve
that with maven?

Thanks,

Aymeric
-- 
View this message in context: 
http://old.nabble.com/global-filter-on-multi-modules-project-tp27929774p27929774.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]

Reply via email to