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

Auto-detect useful aadarchi modules to use #209

Open Riduidel opened 2 years ago

Riduidel commented 2 years ago

Currently, when one project is detected as a maven one (by checking there is a pom.xml), we must still add the maven-metadata-inferer to the dependencies of our maven plugin. It would be very cool to not to have to add that dependency by hand, but dynamically load it.