Here are some of the negatives: Testing time increases if more files are grouped, bugs can take longer to be found if alot of files are compiled together, and the possibility of the whole application not working because the code can't find the correct files/jars.
The reason why the 1 jar/module is kinda of a problem is that coders at my company right now already have their hands full, therefore trying to get them to change the code so it suites the default maven is gonna be very difficult. That is why I'm trying to get maven to work with our application without any code change. Which really means that after i figure this problem out, I also have to create a custom archetype (which i still gotta learn how to do). So ya this is some of the negatives in adding more modules to jar certain files. -- View this message in context: http://www.nabble.com/How-to-compile-package-files-in-a-module-into-different-jars--tf4654180s177.html#a13297870 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
