Release plugin fix

This commit is contained in:
Sergey Solovyev 2012-10-27 20:37:09 +04:00
parent f75b66368d
commit c9eb19f60e

View File

@ -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>