Riduidel / aadarchi

A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
https://riduidel.github.io/aadarchi/
Apache License 2.0
41 stars 12 forks source link

Compatibility with Maven version > 3.8.1 #168

Closed sebvelay closed 2 years ago

sebvelay commented 2 years ago

The project isn't compatible with maven > 3.8.1, with this error message :

Blocked mirror for repositories: [rubygems-releases (http://rubygems-proxy.torquebox.org/releases, default, releases+snapshots)] Since Maven 3.8.1 http repositories are blocked.

I try to change the url of <url>http://rubygems-proxy.torquebox.org/releases</url> by <url>https://rubygems-proxy.torquebox.org/releases</url> but is not supported (timeout).

Thank you for the help

Riduidel commented 2 years ago

Yeah, the rubygems is a big problem, but will soon be a problem of the past (we're working on elements preventing all that).

The problem is related to the use of asciidoctor-kroki, which is available ony as a gem. I've discussed with the excellent mozgetter for a workaround, which is explained in asciidoctor-kroki github project (see https://github.com/Mogztter/asciidoctor-kroki/issues/367)

Is that workaround clear enough to you? Do you want I detail it?

sebvelay commented 2 years ago

It's working with the solution you post on https://stackoverflow.com/questions/72264365/what-rubygem-proxy-to-use-in-a-maven-build?newreg=d2e2d039c6264decb571b555b177c8f7

Thank you