Release plugin fix

This commit is contained in:
Sergey Solovyev 2012-10-27 20:39:49 +04:00
parent c9eb19f60e
commit 0e65ff81af

View File

@ -237,7 +237,8 @@
<version>2.3.2</version> <version>2.3.2</version>
<configuration> <configuration>
<mavenExecutorId>forked-path</mavenExecutorId> <mavenExecutorId>forked-path</mavenExecutorId>
<releaseProfiles>sonatype-oss-release, release</releaseProfiles> <useReleaseProfile>false</useReleaseProfile>
<arguments>-Psonatype-oss-release, release</arguments>
<tagNameFormat>release-@{project.version}</tagNameFormat> <tagNameFormat>release-@{project.version}</tagNameFormat>
</configuration> </configuration>
</plugin> </plugin>