AI Features

Starting a New Project

Learn how to start a new project with Maven.

Introduction

There is a simple way to create a new configuration file (pom.xml) and project folders using the archetype:generate command:

mvn archetype:generate

This will list all of the different types of projects we can create. Pick a number representing the type of project you want. Then answer ...