build : 发布插件
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -109,10 +109,12 @@
|
|||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@git.feashow.cn:clay/metis.git</connection>
|
<!-- <connection>scm:git:git@git.feashow.cn:clay/metis.git</connection>-->
|
||||||
<developerConnection>scm:git:git@git.feashow.cn:clay/metis.git</developerConnection>
|
<!-- <developerConnection>scm:git:git@git.feashow.cn:clay/metis.git</developerConnection>-->
|
||||||
|
<connection>scm:git:http://git.feashow.cn/clay/metis.git</connection>
|
||||||
|
<developerConnection>scm:git:http://git.feashow.cn/clay/metis.git</developerConnection>
|
||||||
<url>http://git.feashow.cn/clay/metis.git</url>
|
<url>http://git.feashow.cn/clay/metis.git</url>
|
||||||
<tag>lsym-dependencies-@{project.version}-RELEASE</tag>
|
<tag>metis-@{project.version}-RELEASE</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<!-- 编译 -->
|
<!-- 编译 -->
|
||||||
@@ -152,6 +154,10 @@
|
|||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>${maven-release-plugin.version}</version>
|
<version>${maven-release-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<!--git用户名-->
|
||||||
|
<username>clay</username>
|
||||||
|
<!--git密码-->
|
||||||
|
<password>WBL926425&</password>
|
||||||
<!-- 自动解析快照 -->
|
<!-- 自动解析快照 -->
|
||||||
<autoResolveSnapshots>0</autoResolveSnapshots>
|
<autoResolveSnapshots>0</autoResolveSnapshots>
|
||||||
<!-- 自动更新子模块版本 -->
|
<!-- 自动更新子模块版本 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user