As a warning: I'm not a huge fan of Maven for a project like OFBiz.
That said, what do you see as the benefits to OFBiz from using Maven?
-David
On Nov 13, 2006, at 9:49 AM, Phillip Rhodes wrote:
I'm a newbie for ofbiz, but I am a ant expert, and I am migrating
my applications to use maven2.
Maven2 is an excellent tool in regard to managing/declaring
dependencies on both external and internal dependency. Reports,
building, etc..
If we aren't using maven, can I volunteer to lead a team to migrate
our build system to maven?
Phillip
Anders Hessellund wrote:
Hi,
how are dependencies among ofbiz components expressed? Is there a
single
place to declare dependencies on other components, or can the
dependency-related code/xml be scattered around in the internals of a
component?
-- Anders