Maven

Concept:

  • Introduction to Apache Maven
  • Advantage of Apache Maven over other build tools
  • Understanding the Maven Lifecycle and Phase
  • Understanding the Maven Goals
  • Understanding the Maven Plugins
  • Understanding the Maven Repository
  • Understanding and Maven Release and Version
  • Prerequisite and Installing Apache Maven
  • Understanding and using Maven Archetypes
  • Understanding Pom.xml and Setting.xml
  • Playing with multiples Maven Goals
  • Introducing Maven Dependencies
  • Introducing Maven Properties
  • Introducing Maven Modules
  • Introducing Maven Profile
  • Introducing Maven Plugins

Demo and Lab:

  • How can Maven benefit my development process?
  • How do I setup Maven?
  • How do I make my first Maven project?
  • How do I compile my application sources?
  • How do I compile my test sources and run my unit tests?
  • How do I create a JAR and install it in my local repository?
  • How do I use plugins?
  • How do I add resources to my JAR?
  • How do I filter resource files?
  • How do I use external dependencies?
  • How do I deploy my jar in my remote repository?
  • How do I create documentation?
  • How do I build other types of projects?
Menu