12. Maven
Programming Project 2021/22

12.12. Maven and Git

Which Maven files should you commit to your git repository?

  • The pom.xml file.
  • Optionally, the Maven wrapper files.
    • .mvn folder
    • mvnw file
    • mvnw.cmd folder

Which should you ignore?

  • The target folder.
  • Everything else that you generate during build.