On Sat, Aug 16, 2008 at 8:02 AM, DebasisMishra <[EMAIL PROTECTED]> wrote:
> while I am running the "mvn deploy" command it is creating the jar file. > but I want to include some of the template file which is a text file during > distribution but not with in the jar. > Could anybody please tell me how can I achieve that? You can use the Assembly plugin to package your jar and any additional files you want to distribute. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
