Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Figure out how to share some of YAML files #29

Open
rsvoboda opened this issue May 7, 2020 · 2 comments
Open

Figure out how to share some of YAML files #29

rsvoboda opened this issue May 7, 2020 · 2 comments

Comments

@rsvoboda
Copy link
Member

rsvoboda commented May 7, 2020

Figure out how to share some of YAML files.
We have duplicates on several places in the repository.

Pointed out in #28 (comment)

@Sgitario
Copy link
Contributor

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...

What do you think? @rsvoboda @Ladicek

@Ladicek
Copy link
Contributor

Ladicek commented Nov 19, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants