We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Fixes #290
c4ce15b
9b974e8
Riduidel
No branches or pull requests
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
This should trigger a pom detection mechanism.
Unfortunatly, as of today, nothing happens and the pom is not read.
The text was updated successfully, but these errors were encountered: