Hi all,
How can I create a JBoss sar file with maven2? I can't find the jboss-sar plugin. The Better Builds with Maven book mentions that you can create a sar file with the maven ear plugin, but how does that work? The documentation for the ear plugin is rather thin... The sar file that I need is simple: just a jar file (with the .sar suffix) that contains a jboss-service.xml and some jar or class files.
The other issue is that I want to use a jar file from the jboss server/lib dir (scheduler-plugin.jar), but it is not in any repository and doesn't have a version. What is the best way to deal with that?
Thanks, Allan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
