Hi guys, I hope some of you can help me, I have spent 1½ day on this and still no solution. I know there are some thread relating to this issue on this forum but none help :(
I make use of AppFuse struts2 modular 2.02. What I want how to customize the current poms to do following is following: 1. Add a profile for production * Should point to a different mySQL production database than the current configured to test. * Should NOT be activated default * Should NOT drop the database * Should NOT re-populate the database with sample-data.xml * Should create an output fil with schema/ddl * Should be executed from root pom.xml, /web/pom.xml and /core/pom.xml * IN WHAT pom.xml (root, web or core or all of them) file should I place this profile ??? 2. Add a profile for test * Actually should be work like it does today but included in a test profile * Should be activated default * Should point to a specific mySQL test database than produktion database * Should create database if not exist, ddl and repopulate sample-data.xml * Should be executed from root pom.xml, /web/pom.xml and /core/pom.xml Please, show two examples of above profiles and what module should I place the profiles (root, /web, /core module) ? -taltun -- View this message in context: http://www.nabble.com/Production-and-Test-Profiles-tp25505742s2369p25505742.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net