User Tools

Site Tools


maven

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
maven [2016/02/29 19:50]
admin
maven [2020/07/07 06:36]
admin
Line 1: Line 1:
 +[[https://​maven.apache.org/​|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 Extraído del libro Apache Maven 3 Cookbook
  
-groupID: ​Package ​en el que se almacena la aplicación "org.grupo.id"+groupID: ​raiz del package ​en el que se almacena la aplicación "com.mycompany.app"
  
-artifactID: Nombre ​de la clase principal ​"artifact"+artifactID: Nombre ​o identificador del proyecto ​"my-app", es el directorio donde se almacenará
maven.txt · Last modified: 2020/07/07 07:56 by admin