I have to unpack some dependencies from a remote location and install them locally.
I successfully get them (using the antrun plugin) and install them (using the ins
I ended up doing it in two phases:
clean
package
The solution introduces a bit of complexity though.