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
39 stars 12 forks source link

Replace static maven technology detection by dynamic one #364

Closed Riduidel closed 10 months ago

Riduidel commented 11 months ago

Currently, the maven-metadata-inferer maven module adds to container technology a closed set of technologies (see MavenPomDecorator#doDecorateTechnologies).

We worked during the summer on popular java libraries extraction (see aadarchi-technology-detector) which is now able to extract the list of popular artifacts from mvnrepository.com website.

So the goal here is to replace the static list with a dynamic one.

For that, the following things have to be done