Ok, now this is interesting. "mock" depends on "core", and "core tests" depend on "mock". Maven wants to build/test for each distribution, so the "first time" developer is in a chicken-and-egg state trying to "maven build-all" or even "maven dist" one at a time.
I would say we put the mock objects back into core/src/test and simply package them separately after (postGoal) the core 'dist'.
Would it be so wrong to simply include them in struts-core? I can see theoretical arguments against, but it also seems to me like in this case pragmatism might prevail.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
