You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
I can see a couple of straight-forward solutions to manage shared YAML files:
Using a shared Maven module:
Good: Easy to use as resources will still be part of the classpath
Bad: Modules will depend on this new module (they depend on a common module already)
Using a common folder:
Good: Modules won't depend to any new Maven module
Bad: We'll rely on relative paths to resolve the resources...
I think a shared module is fine. I guess we could actually use the common module, which mostly contains the test framework, but can easily contain shared resources as well.
Figure out how to share some of YAML files.
We have duplicates on several places in the repository.
Pointed out in #28 (comment)
The text was updated successfully, but these errors were encountered: