Refactor to return packaged resource names
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
The `pack` command in the package service currently returns a list of packaged artifacts, but In order to generate environment variables for resource files it should also return the resource names (or maybe fill a map passed as an optional argument). Refactor pack to obtain this information, and after that the `resource_map` property can be removed.
### Why it needs to get done
The testing setup requires environment variables with resource names pointing to resource files.
Evaluation history
No evaluation history available.