-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux unfriendly default naming #38
Comments
Good point. I was prefering "name" to be least suprising, and I just use linux friendly names. A question on the rest: Would you want to start work on a "java_server_applicatoin" archetype which includes the init.d/upstart scripts right in the native packager plugin? I'd more than welcome the pull requests. This is deifnitely on my long-term goals for the plugin, and I'm glad to see you guys have a working solution! |
I have not much expierience in writing startup scripts, however I can try to merge the one from NatPackPlugin project to sbt-native-packager. |
…ing linux friendly names. Fixes #38
Hi,
I'm currently working on this issue to integrate the default scripts for play with the sbt-native-packager.
I found out that the UniversalPlugin.scala defines the folder name a bit strange.
name-version
.I would prefer
normalizedName-version
as there are all special characters erased.The text was updated successfully, but these errors were encountered: