> 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: [email protected] For additional commands, e-mail: [email protected]
