Thursday, March 5, 2015

¿Como importar un archivo al repositorio de Maven?

Comando Maven para importar un archivo al repositorio de Maven Local



mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>

Ejemplo:

mvn install:install-file 
 -Dfile=c:\eclipse\workspace\myApp.war\WEB-INF\lib\MIJAR_Auth-1.13_145454.jar  
 -DgroupId=com.mycompany -DartifactId=\MIJAR_Auth             
 -Dversion=1.13_145454  -Dpackaging=jar


Basado en:

https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html


Apache®, Apache Maven® logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.


Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home