If I set
-l jaxrs -t /path/to/template
The template is always ignored.
This seems to be because in JavaJerseyServerCodegen.java
embeddedTemplateDir = templateDir = JAXRS_TEMPLATE_DIRECTORY_NAME + File.separator + "jersey1_18";
The specified template path is ignored altogether.