MAVEN's authoritative Guide to learning notes

Source: Internet
Author: User
Chinese version Source: Http://github.com/sonatype/maven-guide-zh/tree/maven will most of the work to the plug-in, plug-ins obtained by MAVEN. MVN Installmaven The fact that the dependency and plug-ins are obtained from a remote repository allows for global reuse of the build logic. The Maven Surefire plugin is the plug-in responsible for running unit tests, and in addition to the version number of a plugin in POM, you do not need to change anything in your project. Maven Abstracts General build tasks into plug-ins, while these
Plug-ins are well maintained and globally shared, and you don't need to customize your project's build system from scratch
Support is provided later. You can fully benefit from the Maven plugin, which is maintained by someone who can be used from a remote repository
Downloaded. This is the global reuse based on the Maven plugin. Maven's core assets are declarative building, dependency management, warehouse management, plug-in-based height and reuse, running mvn install from the command line, processing resource files, compiling source generation
Code, run unit tests, create a jar, and then install the jar to the local repository to
for re-usability. Without making any changes, you can run MVN site and find it in the Target/site directory
A index.html file that links the JavaDoc and some reports about the source code. GroupId, Artifactid, packaging, version--is the coordinates of MAVEN (coordinates),
They uniquely identify a project

MAVEN's authoritative Guide to learning notes

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.