Hi, I have the following subprojects: sgn-specs jar chess-game jar (depends on sgn-specs, not in classpath) dice-game jar (depends on sgn-specs, not in classpath) sgn-framework executable jar (depends on sgn-specs, has it in classpath)
Now here is the tricky part: the dist directory structure needs to be: sgn.specs.jar sgn-framework.jar (executable) games/chess-game.jar games/dice-game.jar sgn-framework.jar automatically classloads all the jars from the games directory and add each one. This is similar to what Tomcat does to WARs being deployed to it. Now the question is: Can I tell Maven that sgn-framework - depends on games/chess-game and games/dice-game - does not need them in the classpath - needs them in a directory called games - AND still make use of the build release with/without source target? Thanks for any and all help, Geoffrey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
