Is there a way to configure maven 1.1 to use a m2 repository layout? Or m2 to install into a m1 like repository layout? The central repository
I've found this reference: jdcasey on #maven answering to garrett, "it would depend on whether maven 1.1 uses maven-artifact " And I don't think 1.1 does (at least not beta-2). My use case is the following: - I have an m2 build that is not yet 100% converted. - I use m1.1 to build some modules. These modules depend on modules already converted to m2 build (thus available in a m2 repository) - I have other m2 modules depending on modules not yet converted to m2 (thus available in a m1 repository) For that I need - m2 to be able to read from m1 repository. That's OK - m1.1 to be able to read from m2 repository. That's apparently not. If I can't do that, I need to trigger some kind of layout conversion. But the conversion tools work from m1 to m2. Any body has another idea on how to achieve that? In the mean time I will work on making those last modules support by m2. Cheers, Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
