As part of maven build, I want the war file to include a file that is located on http. Is this possible?
The folder strcuture should look something like this
- META-INF
- WEB-INF
- ui.zip > This has to be pulled from an external resource located on web.
As part of maven build, I want the war file to include a file that is located on http. Is this possible?
The folder strcuture should look something like this