Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Groovy Maven

  • repo
  • site
  • description: Programming in Groovy, especially for Jenkins users.

book.toml

[book]
authors = ["Gabor Szabo"]
language = "en"
src = "src"
title = "Groovy Maven"


# Add github icon to the menu
[output.html]
git-repository-url = "https://github.com/szabgab/groovy.code-maven.com"
git-repository-icon = "fas-code-fork"
edit-url-template = "https://github.com/szabgab/groovy.code-maven.com/edit/main/{path}"
additional-js = ["custom.js", "addlinks.js"]

[output.markdown]

# Handle Youtube video embedding and the footer
[preprocessor.embedify]
footer.enable = true
footer.message = "Copyright © 2026 • Created with ❤️  by [Gábor Szabó](https://szabgab.com/)"