Maven Basics

Maven is based around the central concept of a build lifecycle. This means is that the process for building and distributing a particular artifact (project) is clearly defined.

There are 3 built-in build lifecycles: default, clean, and site.

A build lifecycle comprises phases, wherein a build phase represents a stage in the lifecycle.



Comments

Popular posts from this blog

IPv4/IPv6 Dual-Stack in Kubernetes

What happens under the hood when you create a Java ServerSocket and bind wildcard "0.0.0.0" in a dual-stack host?