Hi all,
currently I'm diving more into the appfuse2 world.

I want test tests to use a seperate database. I already managed to change the dbunit tests by fixing the jdbc.properties in the test/resources dirs and by fixing some settings in the pom.xml files.
But the integration tests which use cargo-maven2-plugin are not working yet.
If I understand it correctly then the war is build and deployed by cargo-maven2-plugin into an integrated tomcat and tested. The problem is that the jdbc.properties file in the war used by the plugin is from web/src/main/ not from web/src/test.

Can I force the cargo-maven2-plugin to use the jdbc.properties file from web/src/test/resources/ ? If yes, how could I achieve that?

Thanks a lot,
Joachim

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

Reply via email to