Install local jar in Maven

Source: Internet
Author: User
Tags maven central

Sometimes, you need to install a local jar package for a development project and install the jar package to your local repository.

This type of problem has been encountered in recent development projects. In the maven central repository, the JMS shelf package in the jar Oscache cannot be downloaded.

Then I downloaded a JMS. jar file on the Internet and installed it in the local repository.

Enter the maven installation directory bin and execute the following command:

MVN install: Install-file-dfile = jms-1.1.jar-dgroupid = javax. JMS-dartifactid = JMS-dversion = 1.1-dpackaging = jar

The most important parameter is-dfile = directory of the jar package.

-Dgroupid,-dartifactid,-dversion, and-dpackaging are not cumbersome here as long as Maven is used.

Explained.

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.