...
Jira Legacy server System JIRA serverId f52c7d31-6eab-3f0e-93c3-231b5754d506 key GEN-333
Problem beingbin/install.sh
is not being made executable if thesign-snapshots
profile is active
Cause seems to be that Maven plugins (in this case maven-antrun-plugin) are called once with multiple executions
So activating thesign-snapshots
plugin callsmake-files-in-bin-executable
after the assembly is built
Workarounds ? maybe use the assembly plugin to change the filemode
...