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

Unable to detect pom in another folder #290

Closed Riduidel closed 1 year ago

Riduidel commented 1 year ago

When working in tech-tok project, we have the architecture documentation beside the backend module, without even a common pom.

So we define the container this way

            backend = container "Backend" "TODO change both name and description of container" {
                properties {
                    "aadarchi.base.path" "../backend"
                }
            }

This should trigger a pom detection mechanism. Unfortunatly, as of today, nothing happens and the pom is not read.