OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Consider downloading the runtime dynamically instead of bundling it in the plugin #7

Closed jesse-gallagher closed 5 years ago

jesse-gallagher commented 5 years ago

The Aether library should be able to fetch it from Maven Central without having to assume URLs: https://github.com/eclipse/aether-demo/blob/master/aether-demo-snippets/pom.xml

DanieleVistalli commented 5 years ago

This seems to be "good stuff". It of course increases the footprint of the solution.

It could work in 2 ways:

  1. As part of the configuration database resolving artifacts at configuration (the httpservice then picks the url and acts as it does now)
  2. Completely embedded in the service so in the configuration you only "pick" the version / artifact