we are writing shell scripts in the IDE of Window, and package the project including the shell scripts with assemply maven plugin.
When it is unpacked on Linux OS, there is no problem for the shell scripts is itself, but it has to be changed the format from windows to Linux.
I would ask if there are Maven plugin that supports to make the format transformation during maven packaging process
Thanks!