~/programming/projects/jb/hello $ jb -g run
======== Showing build information only, no tasks will be executed ========

Tasks Graph:

- clean
- compile
  +--- installCompileDependencies
  |     \--- writeDependencies
  \--- installProcessorDependencies
       \--- writeDependencies
- createEclipseFiles
  \--- installCompileDependencies ...
- dependencies
- downloadTestRunner
- generatePom
- installRuntimeDependencies
  \--- writeDependencies
- publicationCompile
  +--- installCompileDependencies ...
  \--- installProcessorDependencies ...
- publish
  \--- publicationCompile ...
- requirements
  \--- compile ...
- runJavaMainClass
  +--- compile ...
  \--- installRuntimeDependencies ...
- showJbConfiguration
- test
  +--- compile ...
  |--- downloadTestRunner
  \--- installRuntimeDependencies ...
- updateJBuild

The following tasks were selected to run, in order:

  writeDependencies
      installCompileDependencies
      installProcessorDependencies
          compile
          installRuntimeDependencies
              runJavaMainClass

Build succeeded in 31 ms!