2007/11/13, Hirn, Joseph <[EMAIL PROTECTED]>: > If there is a third way I would appreciate the recommendation. I also > would like to hear thoughts on my two approaches and if anyone has had > to deal with separating out things in this manner.
Possibly the solution could be to separate these jars into atomic modules (i.e. that they do not need to be separated anymore) and then "aggregating" them in an "all" jar using the "assembly" plugin: http://maven.apache.org/plugins/maven-assembly-plugin/ This is in some way how Spring 2 is packaged: they provide modular jars for Maven, but they also provide a "spring-all" jar containing all the Spring. Ciao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
