Release plugin fix
This commit is contained in:
parent
f75b66368d
commit
c9eb19f60e
2
pom.xml
2
pom.xml
@ -236,6 +236,8 @@
|
|||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||||
|
<releaseProfiles>sonatype-oss-release, release</releaseProfiles>
|
||||||
<tagNameFormat>release-@{project.version}</tagNameFormat>
|
<tagNameFormat>release-@{project.version}</tagNameFormat>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user