Release plugin fix

This commit is contained in:
Sergey Solovyev 2012-10-27 20:41:06 +04:00
parent 0e65ff81af
commit a9277a21f0

View File

@ -238,7 +238,7 @@
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Psonatype-oss-release, release</arguments>
<arguments>-Psonatype-oss-release -Prelease</arguments>
<tagNameFormat>release-@{project.version}</tagNameFormat>
</configuration>
</plugin>