Hi,
in order to prepare Axis2 for Maven 2, I would like to get Axiom
working with Maven 2 first. Unfortunately, there's more to do than
just writing a POM.
Currently, Axiom ships several jar files (-api, -impl, -dom, ...).
Unfortunately, they are all built from a single source folder, which
is not really supported with Maven 2. (I could get a hack, but I
wouldn't like that.) The proper way to do this, would be to change the
Axiom directory layout, for example like this:
modules
+ api
+ src
+ main
+ java
+ impl
+ src
+ main
+ java
...
Questions:
- Would this change be okay?
- I can do everything for Maven 2, but of course I'd break the current
build system,
which is based on Maven 1. We have some options:
* Remove support for building with Maven 1.
* Someone else volunteers to do the required changes for Maven 1. (Note,
that I have no experience with Maven 1 and wouldn't want to learn it now.)
Thanks,
Jochen
--
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]