Maven dependency jar export disappearing problem

Source: Internet
Author: User

Problem: Maven relies on jar export disappearing problem


The new innovative Maven managed project, using the template is Maven-archetype-quickstart, set maven managed jar export when the following



Each time "Update projects" is automatically added to Maven dependencies, the results are as follows:


, what is this for?
The answers are as follows:
Because the pom.xml default is to export the jar package in the newly created project, it means to treat the current project as a created jar project, i.e.

<packaging>jar</packaging>
    • 1


If the current project is a jar, of course, the jar that the project relies on will not be exported together, so the dependent jar will be removed in the update projects.
Modify the following:

<packaging>war</packaging>
    • 1


Try again without removing the dependent jar package.

Maven dependency jar export disappearing problem

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.