You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Markus KARG <ma...@quipsy.de> on 2006/09/07 14:46:53 UTC

How to tell the rar packager to create an interfaces.jar?

The JCA 1.5 specification allows a RAR not only to contain the 
implementation.jar but also to contain an interfaces.jar containing the 
implemented interfaces. The interfaces.jar is useful for developers that 
just need to have access to the interfaces (like MDB coders) but not to 
the implementation.

Unfortunately I did not find out how to tell the RAR packager what goes 
into the interfaces.jar. It seems it doesn't support that.

What can I do?

Markus