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

Simplify archetype-generated pom #273

Closed Riduidel closed 1 year ago

Riduidel commented 1 year ago

It still contains aadarchi dependencies onto pom, whereas they should be onto aadarchi-maven-plugin

Riduidel commented 1 year ago

In fact, it's not so simple : having the dependencies globally set allow using them when writing specific enhancers, which is cool.

However, it would also be cool to move the generate-model execution in a profile triggered by the existence of the src/architecture/resources folder