This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
Maven¶
Maven, a Yiddish word meaning accumulator of knowledge, is a java build system. Maven specifies a standard way to build projects, a clear definition of what the project consisted of, an easy way to publish project information, and a way to share JARs across several projects.
Maven is a tool that can be used for building and managing any Java based project.
Reference(s)
Table of contents¶
Avoid dotfile madness¶
Prior to installation, make sure you stay in control of your home directory.
Prerequisite(s)
See how to handle Maven related dotfiles.
Install¶
Config¶
WIP
Use¶
WIP
mvn clean install
If this cheat sheet has been useful to you, then please consider leaving a star here.