wouterhardeman / play2-maven-plugin

Automatically exported from code.google.com/p/play2-maven-plugin
0 stars 0 forks source link

Routes compilation output directory parametrization #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Templates compiler uses different output directories in different Play! 
versions:
- 2.1.x, 2.2.x, 2.3.x - "src_managed"
- 2.4.x - "routes"

Provider parametrization needed. "src_managed" will be used as a default value 
if provider does not provide other, not null, value.

In fact, output directory name has no impact on compilation process. This 
parametrization is only for better alignment with original Play! SBT build 
settings.

Original issue reported on code.google.com by gslowiko...@gmail.com on 26 Jun 2015 at 8:29

GoogleCodeExporter commented 8 years ago
Implemented in https://code.google.com/p/play2-maven-plugin/source/detail?r=1291

Original comment by gslowiko...@gmail.com on 26 Jun 2015 at 8:30