Sorry, I should have said right from the start that yes indeed I fisrt moved (cut and pasted) the profile from the parent pom to the "core" child one.
I'm using profiles to test either against the live HSQL database, or against a MySQL one. The mysql-test profile is to test the dao layer, layer that is found in the "core" module. So, this mysql-test profile should sit in the "core" pom file. Otherwise, some of this profile properties would not be found in another "view" module. -- View this message in context: http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4737199.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]
