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

Change maven pom detection method #235

Closed Riduidel closed 2 years ago

Riduidel commented 2 years ago

Currently, we need a aadarchi.maven.pom property. It would be better to use the aadarchi.scm.project and to detect the maven pom by using the SCMHandler#find(...) method.