cescoffier / maven-play2-plugin

A Maven Plugin to build Play2 applications
Apache License 2.0
49 stars 41 forks source link

Configurations are not taken from custom directory #25

Closed shaharko closed 11 years ago

shaharko commented 12 years ago

According to the spec, you need to set the confDirectory and leave an empty application.conf in the original /conf dir confDirectory <<= baseDirectory / "src/main/conf",

I've set up the directory and moved all content from the /conf dir, leaving there an empty application.conf, yet the configurations are not loaded from the custom defined directory.

jasonhu commented 11 years ago

yes, I am too.

cescoffier commented 11 years ago

Will have a look with the newest play. Thanks.

cescoffier commented 11 years ago

Please refer to https://github.com/cescoffier/maven-play2-plugin/tree/master/src/it/maven-structure as an example of Maven structure. It uses Play 2.1.0.