Say module M1 has a binding file that contains a reference to a class in module M2. By using muti-module mode we can get such a jibx compilation to work. However, at runtime the artifact from M2 will not contain any byte code changes that jibx-bind did as a result of the invocation of the compile.
Shouldn't the plugin update M2 artifacts so the changed byte code is available at runtime?