Added file separator in place of /

This commit is contained in:
Luca Frosini 2024-05-28 10:23:01 +02:00
parent 588bc34bee
commit 46fe0ebdce
1 changed files with 3 additions and 5 deletions

View File

@ -20,13 +20,11 @@
<php-xml-client disabled="true" />
<spring-webnt disabled="true" />
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
<swagger basePath="/${project.artifactId}" />
<docs
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
<additional-css
file="css/d4science_enunciate_custom.css" />
<docs
freemarkerTemplate="${project.basedir}${file.separator}src${file.separator}main${file.separator}resources${file.separator}META-INF${file.separator}enunciate${file.separator}d4science_docs.fmt">
<additional-css file="css${file.separator}d4science_enunciate_custom.css" />
</docs>
</modules>
</enunciate>