Guest User

Untitled

a guest
May 24th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Installing jsdock plugin. (http://code.google.com/p/jsdoctk-plugin/wiki/InstallationInstructions)
  2. 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
  3.  
  4. # Configuring POM plugin
  5. <plugin>
  6. <groupId>nl.windgazer</groupId>
  7. <artifactId>jsdoctk-plugin</artifactId>
  8. <version>2.3.2</version>
  9. <configuration>
  10. <recurse>3</recurse><!-- This is the *level of recursion*, not a boolean -->
  11. </configuration>
  12. </plugin>
  13.  
  14. # Starting the jsDoc
  15. After configuring the plugin to your liking you can simply run JSDoc Toolkit by invoking
  16. *'mvn jsdoctk:jsdoc'*, for the *'build'* phase. Or simply build your site using the *site:site* goal when
  17. you've configured the plugin in the reporting plugins.
Advertisement
Add Comment
Please, Sign In to add comment