What do you mean by in parallel?
I specifically would like to see modules converted one by one to m2
and when converted have the module completely built by m2 (execed?)
from a m1 global build. I think this is the only way we will ever
keep our m1 and m2 builds in sync during the conversion.
Is there an easy way to do this with m1? I'm concerned about having
two dependency lists: one in the project.xml and one in the pom.xml.
Is there a tool that can merge the project.xml dependencies into a
template pom.xml?
-dain
On Feb 14, 2006, at 2:56 PM, Anders Hessellund Jensen wrote:
I have submitted a patch migrating some of the simpler modules to
Maven 2. The m2 build runs parallel with the m1 build. Nothing has
been touched except POM files.
http://issues.apache.org/jira/browse/GERONIMO-1624
I suggest we continue along that path, making the m2 build run
parallel with the m1 build. When the m2 build works, we can end the
m1 build and change the directory layout to the new m2 layout,
which should be very easy when we have a working m2 build.
I've added POMs for activation, kernel, common, converter, core,
util, system, deployment, management, derby, j2ee, j2ee-schema.
Of course there may be errors in the build process of those
modules, but they will probably surface when more modules are
migrated to m2.