Is there any way to execute a runnable target in t...
# general
b
Is there any way to execute a runnable target in the package phase of a build? I've got some steps I need to generate some resources that are outside of the current set of plugins. And these are not part of a jar or whl file distribution.
f
myabe shell_command is what you're looking for? You can make it a dependency of the target your packaging to make sure it runs before being built