Is anyone else working on or thinking about a conversion to Maven 2?
Besides James. :)

I've been playing around with it for a while, and it's definitely an
improvement over m1.  At least it only runs the unit tests once. :) 
But Maven really wants parent-and-child projects arranged in a
hierarchical directory structure.

The current setup with svn externals and the parent project.xml file
sitting "below" each sub-project does not seem to be workable with m2.
(See: [0])  And if the parent pom.xml file needs to sit above the
sub-projects, right now the only place to put it is in 'current'.

I think it would be better to push the sub-projects that 'belong' with
struts-core down one level, and have
   current/action/core
   current/action/taglib
   current/action/el
   etc.

I'm _not_ advocating rearranging this right now, I just wanted to get
a possible move to m2 on the table and avoid duplicating effort.

[0] http://www.nabble.com/-m2-parent-poms-and-svn-externals-t585022.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to