Added missing cliOptions for JaxRSServerCodegen

This commit is contained in:
evigeant 2016-01-25 21:48:54 -05:00
parent faadccf371
commit 43807adf4f

View File

@ -50,6 +50,8 @@ public class JaxRSServerCodegen extends JavaClientCodegen {
cliOptions.add(library);
cliOptions.add(new CliOption(CodegenConstants.IMPL_FOLDER, CodegenConstants.IMPL_FOLDER_DESC));
cliOptions.add(new CliOption("title", "a title describing the application"));
cliOptions.add(new CliOption("dateLibrary", "the date library to use when generating code: joda or java8"));
}
@Override