Skip to content

Commit 273c52c

Browse files
committed
added configuration for the maven release plugin
1 parent c721cd0 commit 273c52c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
2+
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.mybatis</groupId>
44
<artifactId>mybatis</artifactId>
55
<name>mybatis</name>
@@ -72,6 +72,10 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-release-plugin</artifactId>
75+
<configuration>
76+
<tagBase>https://mybatis.googlecode.com/svn/tags/</tagBase>
77+
<mavenExecutorId>forked-path</mavenExecutorId>
78+
</configuration>
7579
</plugin>
7680
<plugin>
7781
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)