From: Vance K. <vk...@sm...> - 2005-12-24 02:57:10
|
Hi Before I commit an initial (very basic) version of the EJB3 cartridge, I wanted to confirm why the 'cartridges' and the 'plugins' folders reside at the same level in the project hierarchy. I checked out both projects. The pom.xml for plugins indicates cartridges as a module. Regardless, I had no luck running maven2 since the org.andromda.plugins is a parent of org.andromda.cartridges. After restructuring: Plugins |----->cartridges |-------->andromda-database |-------->andromda-ejb3 I had success. Have I missed something here? Regards, Vance |