Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.30
-
None
Description
Looking at the maven log it looks like that tarball creation is done before the slider-agent.tar.gz gets copied into the target folder. Per web-search the order of plugin execution depends on the order in which the plugins are listed in the pom file.
Local testing after re-ordering the plugin entries in the pom file fixed the issue. Committing that change.