From e8f5e368423058bef03394a0773a9fd576218e90 Mon Sep 17 00:00:00 2001 From: eson Date: Mon, 20 Jun 2022 16:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0:=20scm=20git=20pom.xml?= =?UTF-8?q?=E4=BF=A1=E6=81=AF.=20=E6=B7=BB=E5=8A=A0:=20README.md=20?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++++++++++++++++++++--- pom.xml | 24 +++++++++++++++++++++++- 2 files changed, 43 insertions(+), 4 deletions(-) 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