Skip to content

Latest commit

 

History

History

09.Maven

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Session 9: Introduction to Maven

  • Overview of Maven build automation tool
  • Setting up a Maven project
    • Creating a Maven project in Eclipse
    • Configuring project structure and dependencies
  • Managing dependencies with Maven
    • Adding dependencies to the project
    • Resolving and downloading dependencies
  • Building and running a Maven project
    • Compiling the project
    • Packaging the project into executable format
    • Running the project from command line