Skip to content

Commit

Permalink
Fixed path to test/resources/templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasherman committed Feb 24, 2016
1 parent d2e3d2e commit 986e627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/swagger-task-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
1) classpath e.g: "classpath:/markdown.hbs", "classpath:/templates/hello.html"
2) file e.g: "${basedir}/src/main/resources/markdown.hbs",
"${basedir}/src/main/resources/template/hello.html" -->
<templatePath>${basedir}/templates/strapdown.html.hbs</templatePath>
<outputPath>${basedir}/generated/document.html</outputPath>
<templatePath>${basedir}/src/test/resources/templates/strapdown.html.hbs</templatePath>
<outputPath>${basedir}/src/test/resources/generated/document.html</outputPath>
<swaggerDirectory>generated/swagger-ui</swaggerDirectory>
<securityDefinitions>
<securityDefinition>
Expand Down

0 comments on commit 986e627

Please sign in to comment.