0

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.
aexellent
  • 145
  • 9
shashank
  • 326
  • 4
  • 6
  • 19
  • 1
    Possible duplicate of [Maven: downloading files from url](https://stackoverflow.com/questions/2741806/maven-downloading-files-from-url) – Nico Van Belle Jun 01 '17 at 08:08
  • Put that file into a repository manager as any other dependency and you can add it as dependency which will be packaged. – khmarbaise Jun 01 '17 at 08:52
  • [https://stackoverflow.com/questions/2741806/maven-downloading-files-from-url](https://stackoverflow.com/questions/2741806/maven-downloading-files-from-url) – Sergio Gragera Jun 01 '17 at 10:07

0 Answers0