kryptt / play2-native-packager-plugin

Play Framework Plugin for producing native system distribution packages
41 stars 7 forks source link

Using play 2.2 support for native package #11

Open muuki88 opened 11 years ago

muuki88 commented 11 years ago

Play 2.2 comes with sbt-native-packer out of the box. However you have to configure everything yourself, which is not very comfortable.

Could the next version of this plugin just provide the default configuration? This would be awesome.

kryptt commented 11 years ago

Yes, I too read about the new out-of-the-box feature!

Luckily such a reduction should just mean removing some unnecessary pieces... you up for submitting that pull request ?

muuki88 commented 11 years ago

I will try today, cause I really need to get my head around the sbt-native-packager plugin.

muuki88 commented 11 years ago

The default structure the sbt-native-packer plugin creates looks as follows:

I try to use this structure.