Maven components upload local and private warehouses via commands

Source: Internet
Author: User


To install the local package to the local warehouse:


MVN install:install-file-dgroupid=com.xxx-dartifactid=mqtt-server-client-dversion=1.0.1-dpackaging=jar-dfile=e : \__vdt\mvvp\mqtt-server-client-1.0.1.jar-dpomfile=e:\__vdt\mvvp\pom.xml


To install a local package to a private warehouse:


MVN deploy:deploy-file-dgroupid=com.xxx-dartifactid=mqtt-server-client-dversion=1.0.1-dpackaging=jar-dfile=e:\_ _vdt\mvvp\mqtt-server-client-1.0.1.jar-durl=http://host:port/content/repositories/xxx-release/-DrepositoryId= Xxx-releases-dpomfile=e:\__vdt\mvvp\pom.xml



If the private warehouse requires authentication, add the service authentication information in the. m2/setting.xml file


<servers><server><id>xxx-release</id><username>develop</username>< Password>123456</password></server></servers>



The specified-dpomfile file can be extracted from the package.

This article is from the "Red Horse Red" blog, please be sure to keep this source http://aiilive.blog.51cto.com/1925756/1916073

Maven components upload local and private warehouses via commands

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.