To add extra static resources just add another clause to the <_wab> instruction:
<_wab>src/main/webapp,destination=target/temp</_wab>
and everything under "target/temp" will be added under "destination" in the WAB.
On 19 Mar 2013, at 19:56, Ritu Biala wrote:
> Hi everyone
>
> I am generating some files under target/temp that I want to be included in
> the final bundle wab. Here is the code that I am using:
>
> <_wab>src/main/webapp</_wab>
>
> <Include-Resource>
> src/main/webapp/destination=target/temp
> </Include-Resource>
>
> I would like the directories generated under temp to be copied in the
> destination directory structure. However this is not really including the
> files anywhere.
>
> I double checked and the required directories are being generated under
> target/temp before the package phase. Is there something I am missing?
> Thanks.
>
> Ri2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]