Hey, Is it possible to use a properties files during a phase, i.e.
I want to have two properties files for connecting to the database. One for
testing. So they both have the same properties but will have different
values, e.g.
filter-dev.properties
  property1.prop=${dev.prop1}
filter-test.properties
  property1.prop=${test.prop1}

So is there a way I can tell the test phase or test resource to use
filter-test.properties and the main development to use filter-dev.properties
-- 
View this message in context: 
http://www.nabble.com/Filtering-during-a-phase-tf1866258.html#a5099100
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to