Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _posts/2020-06-02-mastering-the-maven-lifecycle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date: 2020-06-02 18:48:36
layout: post
title: Mastering the Maven Lifecycle
subtitle: ""
description: Series about advanced Maven configuration
category: "{{slug}}"
tags:
- java
- maven
author: malkomich
paginate: false
---
I always saw Maven like a dependency manager, something where you define the components you need to use, instead of downloading them and include in your project.

But I was wrong, Maven is something much higher than that.

The concepts on this series of 'Mastering the Maven Lifecycle', are easily adapted to Gradle. But I will keep the focus on Maven for this time.