Trying to fix docs path
This commit is contained in:
parent
8a3159ee4b
commit
cb6e0917d2
|
@ -11,6 +11,6 @@
|
||||||
<ruby-json-client disabled="true" />
|
<ruby-json-client disabled="true" />
|
||||||
<java-json-client disabled="true" />
|
<java-json-client disabled="true" />
|
||||||
<javascript-client disabled="true" />
|
<javascript-client disabled="true" />
|
||||||
<docs docsDir="${project.build.directory}/docs" />
|
<!-- <docs docsDir="${project.build.directory}/docs" /> -->
|
||||||
</modules>
|
</modules>
|
||||||
</enunciate>
|
</enunciate>
|
1
pom.xml
1
pom.xml
|
@ -247,6 +247,7 @@
|
||||||
<artifactId>enunciate-maven-plugin</artifactId>
|
<artifactId>enunciate-maven-plugin</artifactId>
|
||||||
<version>${enunciate.version}</version>
|
<version>${enunciate.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<docsDir>${project.build.directory}/docs</docsDir>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue