使用release插件提交发布插件
This commit is contained in:
parent
bece31356d
commit
d3308b995a
28
pom.xml
28
pom.xml
@ -18,9 +18,9 @@
|
|||||||
</licenses>
|
</licenses>
|
||||||
<url>https://github.com/hanxuanyu/hxuanyu-springboot-starter/</url>
|
<url>https://github.com/hanxuanyu/hxuanyu-springboot-starter/</url>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:hanxuanyu/hxuanyu-springboot-starter.git</connection>
|
<connection>scm:git:git@git.hxuanyu.com:hxuanyu/hxuanyu-spring-boot-starter.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:hanxuanyu/hxuanyu-springboot-starter.git</developerConnection>
|
<developerConnection>scm:git:git@git.hxuanyu.com:hxuanyu/hxuanyu-spring-boot-starter.git</developerConnection>
|
||||||
<url>git@github.com:hanxuanyu/hxuanyu-springboot-starter.git</url>
|
<url>https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter</url>
|
||||||
</scm>
|
</scm>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -158,6 +158,28 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- GIT -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<version>2.0-beta-7</version>
|
||||||
|
<configuration>
|
||||||
|
<providerImplementations>
|
||||||
|
<git>jgit</git>
|
||||||
|
</providerImplementations>
|
||||||
|
<username>hxuanyu</username>
|
||||||
|
<password>abcabc..123</password>
|
||||||
|
<tagBase>${project.artifactId}-${project.version}</tagBase>
|
||||||
|
<goals>-f pom.xml deploy</goals>
|
||||||
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.scm</groupId>
|
||||||
|
<artifactId>maven-scm-provider-jgit</artifactId>
|
||||||
|
<version>1.9.5</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user