Created
May 27, 2016 09:53
-
-
Save leduchung/88dc1a3bc816c39a190bcaa087d11e85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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