Restoring old solution
This commit is contained in:
parent
cb6e0917d2
commit
17b41a0d01
|
@ -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>
|
3
pom.xml
3
pom.xml
|
@ -246,9 +246,6 @@
|
||||||
<groupId>com.webcohesion.enunciate</groupId>
|
<groupId>com.webcohesion.enunciate</groupId>
|
||||||
<artifactId>enunciate-maven-plugin</artifactId>
|
<artifactId>enunciate-maven-plugin</artifactId>
|
||||||
<version>${enunciate.version}</version>
|
<version>${enunciate.version}</version>
|
||||||
<configuration>
|
|
||||||
<docsDir>${project.build.directory}/docs</docsDir>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>assemble</id>
|
<id>assemble</id>
|
||||||
|
|
Loading…
Reference in New Issue