How to deploy a rar file to jboss
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-03-23T06:07:45Z
Indexed on
2010/03/23
6:13 UTC
Read the original article
Hit count: 497
maven-2
|jackrabbit
Refer original post here for a reference to the original issue. What plugin should I use to deploy the jackrabbit rar as a separate entity to the jboss installation. I tried the rar module within the maven-ear-plugin which was actually packaging this within the ear file and the rar plugin which seems to be used for packaging a rar. Currently I am using the antrun plugin to deploy the rar file and it's associated ds.xml, is there a different plugin to automate direct deployment.
© Stack Overflow or respective owner