Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Installing jsdock plugin. (http://code.google.com/p/jsdoctk-plugin/wiki/InstallationInstructions)
- mvn install:install-file -DgroupId=nl.windgazer -DartifactId=jsdoctk-plugin -Dversion=2.3.2 -Dfile=./jsdoctk-plugin-2.3.2.jar -DpomFile=./jsdoctk-plugin-2.3.2.pom
- # Configuring POM plugin
- <plugin>
- <groupId>nl.windgazer</groupId>
- <artifactId>jsdoctk-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <recurse>3</recurse><!-- This is the *level of recursion*, not a boolean -->
- </configuration>
- </plugin>
- # Starting the jsDoc
- After configuring the plugin to your liking you can simply run JSDoc Toolkit by invoking
- *'mvn jsdoctk:jsdoc'*, for the *'build'* phase. Or simply build your site using the *site:site* goal when
- you've configured the plugin in the reporting plugins.
Advertisement
Add Comment
Please, Sign In to add comment