Hi,

I have a question regarding the use of jdbc.properties. When I run my tests,
I see that the placeholder values in src/test/resources/jdbc.properties get
replacted with the values in pom.xml before the file is deployed to
target/test-classes.

But when I run the install goal, then src/main/resources/jdbc.properties
doesn't get the same treatment and is just copied to target/classes as is.

So I have a couple of questions:
1) What plugin is doing the substitution and why isn't it done for the main
resources and/or install goal?
2) I want to use difference properties depending on the goal, what's the
best way to do that?

In advance thank you for any help with these matters,

FK

I run AppFuse 2.0 on Windows XP with Maven 2.0.7.
-- 
View this message in context: 
http://www.nabble.com/When-are-values-in-jdbc.properties-substituted--tf4595051s2369.html#a13118285
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to