> I just have to figure out, if some local repo, copied to some Webserver > works well as a full M2 repository, especially how to
You should set up publishing to push to a maven repository without wiping it first (the current build does it intentionally so that you can inspect the artifacts). This should be trivial, even if we add it explicitly. Then rsync that location to a public http(s) server and you're good to go. Dawid
