On Thu, 2005-05-26 at 12:42 +0100, teknokrat wrote: > Is it possible to checkout multiple cvs modules into the same project?
No. > What about having multiple repository entries in project.xml No. You are doing this in practice? I'd be curious to hear your use case. Maven is based on the precept of one primary artifact per build, the composite pattern and the general tenet that complex system are composed of simple pieces. With that simple precept is it very easy to generate reports and know where and how things work. Trying to support multiple SCM entries or modules in a single POM would lead to a great deal of unwanted complexity. If you require that sort of thing I would say you some decomposition you could with that project. -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
