Skip to content

Commit

Permalink
fix template path for cxf-cdi and jaxrs-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Oct 4, 2018
1 parent 6dcbfa0 commit 965c05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public JavaJAXRSCXFCDIServerCodegen() {

@Override
public String getDefaultTemplateDir() {
return JAXRS_TEMPLATE_DIRECTORY_NAME;
return JAXRS_TEMPLATE_DIRECTORY_NAME + "/cxf-cdi";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public String getArgumentsLocation() {

@Override
public String getDefaultTemplateDir() {
return JAXRS_TEMPLATE_DIRECTORY_NAME;
return JAXRS_TEMPLATE_DIRECTORY_NAME + "/spec";
}

@Override
Expand Down

0 comments on commit 965c05d

Please sign in to comment.