2007/4/20 Matthew Horridge <[email protected]>: > project.jar <----- This jar file contains all classes from > ModuleA, ModuleB and ModuleC
I suggest you to create an additional module that uses Shade plugin to create an uberjar: http://maven.apache.org/plugins/maven-shade-plugin/index.html You can see a working example here: http://svn.apache.org/repos/asf/velocity/engine/branches/2.0_Exp/velocity-engine-uberjar/ Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
