Java Projects
A Java project that doesn’t use Maven is not a Java project
General Flow
- Create maven project using simple dialog (I use Eclipse)
- Create
.gitignore
file (borrow from here) - Adjust compiler version
- Create output destination (typically FAT-JAR for what I do)
- Commit to git