Build goals are the finest steps in the Maven build process which represents a specific task. A goal can be bound to none, one or more build phases. If a goal is not bound to any build phase, we can only execute it by passing the goals name to the mvn command.
Maven Tutorial
- Maven overview
- Maven features
- Maven vs Ant
- Install maven on windows
- Install maven on linux
- Install maven on Mac
- Maven architecture
- Maven core concepts
- Maven POM File
- Maven build lifecycle phases
- Maven default lifecycle
- Maven clean lifecycle
- Maven site lifecycle
- Maven build profiles
- Maven plugins
- Maven repositories
- Maven java project
- Maven java webapp project
- Maven java project in eclipse
- Maven java web project in eclipse
- Maven Eclipse Servlet
- Maven Eclipse JSP
- Maven Eclipse Spring
- Maven Eclipse Hibernate
- Maven interview questions