Java Projects

A Java project that doesn’t use Maven is not a Java project

General Flow

  1. Create maven project using simple dialog (I use Eclipse)
  2. Create .gitignore file (borrow from here)
  3. Adjust compiler version
  4. Create output destination (typically FAT-JAR for what I do)
  5. Commit to git