The book follows certain conventions for naming and font usage in relation to Apache Maven. Understanding these conventions up-front makes it easier to read this book.
- Compiler plugin
-
Maven plugins are capitalized.
create
goal-
Maven goal names are displayed in a constant width font.
- "plugin"
-
Maven revolves around the heavy use of plug-ins but you won't find plugin defined in the dictionary. This book writes the term as "plugin" both because it is easier to read and write and because it is a standard throughout the Maven community.
- Maven Lifecycle, Maven Standard Directory Layout, Maven Plugin, Project Object Model
-
Core Maven concepts are capitalized whenever they are being referenced in the text.
goalParameter
-
A Maven goal parameter is displayed in a constant width font.
compile
phase-
Lifecycle phases are displayed in a constant width font.