关于.m2/setting.xml

关于这个文件的英文介绍,建议到官网(http://maven.apache.org/ref/2.2.1/maven-settings/settings.html)上看下,可以用Google translate的插件来翻译,感觉意思大概都是对的。

 

 

This is a reference for the user-specific configuration for Maven.

Includes things that should not be distributed with the pom.xml file, such as developer identity, along with local settings, like proxy information.

The default location for the settings file is ~/.m2/settings.xml

 

这是个用户自定义的maven配置文件,包含不应该在随代码分发的pom.xml文件中的配置信息,如开发者个人信息以及其他的本地设置。

 

 

 

你可能感兴趣的:(maven,Google,File,reference)