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

Update archetype and add the file architecture/ressources #271

Closed Bullfrog666 closed 1 year ago

Bullfrog666 commented 1 year ago

For the moment, when you generate the Archetype (with mvn archetype:generate comand), there is no architecture/ressources file created. Update the archetype to add this directory.

Se-C12 commented 1 year ago

The aim is to change the mvn archetype:generate comand to create a specific file in the new directory ?

Riduidel commented 1 year ago

No, it's the contrary.

The archetype maven module contains in src/main/resources/archetype-resources/ (the folder which is deployed on user machine when archetype is installed) an src folder in which you should create the architecture/resources/workspace.dsl file in which we would put the default value found on structurizr-dsl home page.

Is it clear enough?

Se-C12 commented 1 year ago

Yes it's clear