this is a proof-of-concept showing how to generate resources that are then available on the classpath.
the current implementation works for both
./pants run./pants bundle
surprisingly it doesn't work with ./pants bundle --bundle-jvm-deployjar — the generated resource is ignored in the resulting deployjar.
- trying to find out why resource is lost in deployjar
- looking into synthetic targets as alternative approach