I'm making progress on this. I just checked in a fix that addresses the missing resource bundle issue. All I had to do was create test/resources/Messages.properties. I'm liking Maven more and more ...
There are still problems with the commons tests that I am trying to resolve. NOTE: These are errors as opposed to test failures. We can address the test failures later. Sean On 1/1/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > There is a problem with the commons build. Apparently the > MessageUtilsTest has a dependency on MyFacesImpl (because it loads > specific messages from the resource bundle.) I think those tests can > probably be rewritten to use a custom message bundle so that there is > no dependency on the impl subproject. > > Making commons dependent on impl is not an option because impl already > depends on commons (so Maven complains about a circular dependency.) > > Sean >
