使用release插件提交发布插件
This commit is contained in:
parent
1e9d42118e
commit
cacd466bb6
13
pom.xml
13
pom.xml
@ -162,23 +162,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.0-beta-7</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<providerImplementations>
|
|
||||||
<git>jgit</git>
|
|
||||||
</providerImplementations>
|
|
||||||
<username>hxuanyu</username>
|
|
||||||
<password>abcabc..123</password>
|
|
||||||
<tagBase>${project.artifactId}-${project.version}</tagBase>
|
<tagBase>${project.artifactId}-${project.version}</tagBase>
|
||||||
<goals>-f pom.xml deploy</goals>
|
<goals>-f pom.xml deploy</goals>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.maven.scm</groupId>
|
|
||||||
<artifactId>maven-scm-provider-jgit</artifactId>
|
|
||||||
<version>1.9.5</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user