发布设置setting.xml

发布设置setting.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
    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
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

    <servers>
        <server>
            <id>huotudeployserver</id>
            <username>abc</username>
            <password>111</password>
        </server>
    </servers>
</settings>
发布设置setting.xml

 

分类: java

本文转自快乐就好博客园博客,原文链接:http://www.cnblogs.com/happyday56/p/4699257.html,如需转载请自行联系原作者
上一篇:MyBatis学习笔记(一)


下一篇:关于spring的配置文件总结