experimental_wrap_as_resources
Allow files and sources produced by the targets specified by inputs
to be consumed by rules that specifically expect a ResourceSourceField
.
Note that this target does not modify the files in any way. If outputs
is not specified, all files from inputs
will be matched.
This target must be explicitly specified as a dependency of any target that requires it. Sources from this target will not be automatically inferred as dependencies.
This target is experimental: in future versions of Pants, this functionality may be made available with a different interface.
Backend: pants.core