Content Server 6.7 SP2 P06
Composer 6.7 SP2 P06
It seems there is no easy way to avoid duplication. I have an interface jar that contains an interface that is used for multiple modules. If I create a jardef and reference the jardef in each module I get a warning indicating that the jardef should only be referenced in one module and I should use a library to share with multiple modules, however, when I create a library and reference the library in each of the modules, the interface is not found. The only solutions appear to be to ignore the warning, or to create a duplicate jardef for each module with a different name but containing the interface. I'd really rather not do either of these.