Eclipse in [-> server] Maven build

Source: Internet
Author: User

MAVEN is a software project management tool that is based on a Project object model (POM) that can manage the construction, reporting, and documentation of a project through a short description of the information. In addition to its program building capabilities, Maven offers advanced project management tools. Because MAVEN's default build rules are highly reusable, it is common to build scripts with two or three lines of Maven to build simple projects. Thanks to MAVEN's project-oriented approach, many Apache Jakarta projects use Maven, and the percentage of company projects that are MAVEN-based continues to grow. The word maven comes from Yiddish, meaning the accumulation of knowledge, which was first used in the Jakata turbine project to try to simplify the construction process. There were many projects at the time, their ant build files were only slightly different, and the jar files were maintained by CVS. So the Maven founders started MAVEN, a clear definition of the project, including a convenient way to publish project information, and a way to share jars across multiple projects. Shared disk Address: HTTP://192.168.2.101 personal configuration recommended independent space storage

War packages built from the http://192.168.2.101:8880 and deployed to the production environment

M2repository maven Warehouse All MAVEN projects, the resulting jar packages have been downloaded. You can map directly to a local disk (for example, to Z:
Disk
How to configure:

1 <?XML version= "1.0" encoding= "UTF-8" standalone= "no"?>2 <Settingsxmlns= "http://maven.apache.org/SETTINGS/1.0.0"Xmlns:xsi= "http://www.w3.org/2001/xmlschema-3 4 instance "xsi:schemalocation= "http://maven.apache.org/SETTINGS/1.0.05 http://maven.apache.org/xsd/settings-1.0.0.xsd ">6 7     <localrepository>Z:/m2repository</localrepository> 8 9 </Settings>

Eclipse in [-> server] Maven build

Related Article

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.