+1 Great idea. Like you said the sub-projects are small combining in one project and one artifact will make it more efficient to develop, deploy and manage.
John On Wed, 2006-10-25 at 10:39 +0900, Trustin Lee wrote: > Hi community, > > We've been splitting MINA into multiple subprojects using Maven. We have > produced as many JARs as the number of subprojects. It was mainly due to > Java 1.4 compatibility to make sure the build doesn't fail even if a user > runs the build in Java 1.4. Now, situation has changed; we all agreed to > move to Java 5 and use Java 5 language constructs and APIs actively. Each > individual JARs are small enough to merge into one big JAR, and managing > MINA as one IDE project would be much easier to browse and develop with. > > WDYT? Is this a good idea? > > Trustin
