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
