I want to build my resource in a subdirectory e.g. build, target, out, etc, and tell fig "grab build/foo.jar and package it in the project root". This would allow me to keep generated artifacts out of the local project root (making them easier to clean up in one go) but still have them end up where I want them when packaging using fig without resorting to otherwise unnecessary wrapper scripts.
I want to build my resource in a subdirectory e.g. build, target, out, etc, and tell fig "grab build/foo.jar and package it in the project root". This would allow me to keep generated artifacts out of the local project root (making them easier to clean up in one go) but still have them end up where I want them when packaging using fig without resorting to otherwise unnecessary wrapper scripts.