Trying to fix docs path

This commit is contained in:
Luca Frosini 2022-03-31 18:54:02 +02:00
parent 8a3159ee4b
commit cb6e0917d2
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,6 @@
<ruby-json-client disabled="true" />
<java-json-client disabled="true" />
<javascript-client disabled="true" />
<docs docsDir="${project.build.directory}/docs" />
<!-- <docs docsDir="${project.build.directory}/docs" /> -->
</modules>
</enunciate>

View File

@ -247,6 +247,7 @@
<artifactId>enunciate-maven-plugin</artifactId>
<version>${enunciate.version}</version>
<configuration>
<docsDir>${project.build.directory}/docs</docsDir>
</configuration>
<executions>
<execution>