It shouldn't be too difficult if you know Maven well. Just move all your services and DAOs into a "core" module and then create a pom.xml to go with it that contains the dependencies used by those classes. Make it a JAR project and add it as a dependency to your WAR project. Then create a parent project of type "pom" and add the core and war projects as modules.
On Jun 22, 2010, at 3:09 AM, Josep García wrote: > Is there any guide on how to convert a finished AppFuse app from mono-module > to multi-module? > > Josep > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net