Generated by:
Craftsman

Craftsman Directory Structure

Craftsman has a standard directory and folder layout it looks for in your project or module. While this structure can vary a little depending on what kind of module you are building, the basics tend to be the same:
+ ${your_module_dir}
  + src
  + test
  + build (created)
    + module
    + gensrc
    + test
    + jar
  + doc (created)
    + api
    + manual
    + site