User Tools

Site Tools


maven

This is an old revision of the document!


Maven is a dependency manager. It is built on the Project Object Model (POM). It consists on a xml file, where all dependencies are written down and there with the command mvn you can manage the project. There are goals that can be invoked from the command line as an argument.

Extraído del libro Apache Maven 3 Cookbook

groupID: raiz del package en el que se almacena la aplicación “com.mycompany.app”

artifactID: Nombre o identificador del proyecto “my-app”, es el directorio donde se almacenará

maven.1594096596.txt.gz · Last modified: 2020/07/07 06:36 by admin