Skip to content

Instantly share code, notes, and snippets.

@leduchung
Created May 27, 2016 09:53
Show Gist options
  • Save leduchung/88dc1a3bc816c39a190bcaa087d11e85 to your computer and use it in GitHub Desktop.
Save leduchung/88dc1a3bc816c39a190bcaa087d11e85 to your computer and use it in GitHub Desktop.
Some nice templates:
https://github.com/terrancesnyder/enunciate-bootstrap-theme
Maven build plugin:
<plugin>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-maven-plugin</artifactId>
<version>2.3.0</version>
<configuration>
<configFile>enunciate.xml</configFile>
<docsDir>${project.build.directory}/classes/restapi</docsDir>
<enunciateArtifactId>Cloudera Manager API Docs</enunciateArtifactId>
</configuration>
<executions>
<execution>
<goals>
<goal>assemble</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment