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

Replace maven archetype by an init mojo #212

Open Riduidel opened 2 years ago

Riduidel commented 2 years ago

Since we may sometimes add documentation to existing maven projects, the maven mojo isn't such a good idea. Instead, we should create an init mojo that would copy the required elements into the target maven project (and create the maven project if it doesn't exist).

Don't forget to update README and HOWTO accordingly