So looks like there isn't any Standard defined by MAVEN for that..

We have to use maven-assembly-plugin in order to package it correct ?


On Fri, Jan 20, 2012 at 5:46 PM, Wayne Fay <wayne...@gmail.com> wrote:

> > 1) How to manage Word Document which we usually provide to Release team
> in
> > order to execute our work orders, Which is right now something like this.
> >
> >         my_application
> >                --java/main/doc  ? ( Is this the place to put those WORD
> > documents ? )
>
> If this is working for you, then it is a fine place to put them.
>
> > 2) How to manage .SET, JMS Queue XML files, SQL files,  which we needs to
> > deploy on different SERVER during our WORK order execution by release
> team.
> >
> >         my_application
> >                --java/main/config ? ( Is this the place to put those .SET
> > and JMS XML files  ? )
> >                --java/main/sql ? ( Is this the place to put those .SQL
> > files  ? )
>
> If this is working for you, this is a fine place to put them.
>
> Maven doesn't care where you put files such as these.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to