Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Jira Legacy
    serverSystem JIRA
    serverIdf52c7d31-6eab-3f0e-93c3-231b5754d506
    keyGEN-333

    Problem being bin/install.sh is not being made executable if the sign-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 the sign-snapshots plugin calls make-files-in-bin-executable after the assembly is built
    Workarounds ? maybe use the assembly plugin to change the filemode

...