mooc-notes

Notes from online courses

View on GitHub

Maven Fundamentals - Pluralsight course by Bryan Hansen

Module 1 - Course Overview


Module 2 - Introduction to Maven

Topics

Introduction Outline

High Level Overview

Who owns it

Why use it

Ant vs Maven Ant

Module 3 - Structure

Overview

Folder Structure

“src/main/java”

“target”

“pom.xml”

Dependencies

Goals

Defaults


Module 4 - Dependencies

Overview

Versions

Types

Transitive Dependencies

Scopes


To be continued…