---- John Coleman <[EMAIL PROTECTED]> schrieb: > Hi, > > Is it possible to get a classpath for a multimodule project that > contains all the subproject target/class folders?
What would be the point of that? Each module has exactly the classpath it needs, dynamically computed by maven using the declared dependencies. If a module Bar needs to build something using the classpath present in module Foo, then Bar should just declare Foo as a dependency and then that will automatically happen (well, for the bits that *should* be inherited from Foo, as declared in its pom). Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
