On Oct 31, 2005, at 12:15 PM, Dain Sundstrom wrote:
On Oct 31, 2005, at 11:40 AM, David Jencks wrote:
I want to move to m2 only, but I'd also like there to be a way to
build geronimo without running anything twice. What do you propose?
What I think is that we need to have several build stages, with the
final one building assembly. This will be a lot easier when we are
using the packaging/assembly plugins.
I think the Geronimo part is really a discussion for the Geronimo
mailing list....
What do you specifically mean by "running anything twice"? Would it
be ok to have a build like this?
$ cd ~/work/geronimo
$ maven modules:install
....
$ cd ~/work/openejb
$ m2 install
...
$ cd ~/work/geronimo
$ maven assembly:install
In your work dir you could just have a script that executes those
commands.
BTW the example above assumes that "maven assembly:install" uses
either the current stuff or the packaging/assembly plugins.
That is exactly what I was thinking of. That would be completely fine
by me.
david jencks
-dain