On Feb 14, 2006, at 4:48 PM, Anders Hessellund Jensen wrote:
David Blevins wrote:
Why don't we:
- use an non-conflicting groupId like org.apache.geronimo-m2 or
something specifically for conversion
- set it up in our continuum install as another project
- and continuously build *both*
?
The reason for the new groupId is so that the m2 build doesn't
interfere at all with our regular m1 build. We just won't sycn
org.apache.geronimo-m2.
As I understand it, there should be no problems with interference.
m1 and m2 uses different repositories. m1 will always get the
dependencies built by m1, and m2 will always get the dependencies
built by m2. The two builds should be able to coexist without any
interference, so there should be no need to change the groupId.
Every m2 project i've worked with eventually ended up leveraging
maven 1 repositories.
We'd likely use the maven-one-plugin which puts jars into a maven 1
repo. Also we'd likely still need to list cvs.apache.org in the repo
list of our m2 build.
-David