Re: Word Documents for Release Team and SET files of the application.

2012-01-21 Thread Wayne Fay
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 ? If you put the files under src/main/resources somewhere, then the jar plugin will pick them up. Otherwise yes you will need to use assembly plugin. Wayne

Word Documents for Release Team and SET files of the application.

2012-01-20 Thread Daivish Shah
Hi Team, I have couple of questions as our application has some thing other then source code too. 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

Re: Word Documents for Release Team and SET files of the application.

2012-01-20 Thread Wayne Fay
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

Re: Word Documents for Release Team and SET files of the application.

2012-01-20 Thread Daivish Shah
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