diff --git a/README.md b/README.md index ffd6842..dda8af5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ - [createKeys方法 创建keys. 也可以使用 setWithCreate](#createkeys方法-创建keys-也可以使用-setwithcreate) - [remove方法. 删除key. 和map删除原理一样](#remove方法-删除key-和map删除原理一样) - [非默认group.dataId方法](#非默认groupdataid方法) - - [Usage](#usage) + - [开发者](#开发者) ## 关于 @@ -173,6 +173,23 @@ Config.UseConfig("org.fortest", (cnf)->{ -## Usage +## 开发者 -Add notes about how to use the system. +需要在settings.xml + +```xml + + yuandian-nexus + ${帐号} + ${密码} + +``` + +设置好公司nexus域名 + +```txt +http://mvn.yuandian.com/repository/maven-releases +http://mvn.yuandian.com/repository/maven-snapshots + +如: 192.168.1.113 mvn.yuandian.com +``` diff --git a/pom.xml b/pom.xml index e533f1b..e82db07 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.yuandian.common config - 1.0.0 + 1.0.0-SNAPSHOT jar config http://yuandian.com @@ -63,6 +63,14 @@ provided + + + + scm:git:http://git.yuandian.com/project/yd-common-config.git + http://git.yuandian.com/project/yd-common-config.git + scm:git:http://git.yuandian.com/project/yd-common-config.git + + @@ -77,7 +85,21 @@ + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + v@{project.version} + true + releases + + + org.sonatype.plugins nxrm3-maven-plugin