HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu)

This commit is contained in:
Enis Soztutar 2014-09-08 22:01:03 -07:00
parent fee8083db6
commit 72e664f540
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@
<!--This stops our running tests for each stage of maven release.
But it builds the test jar. From SUREFIRE-172.
-->
<arguments>-Dmaven.test.skip.exec</arguments>
<arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
<pomFileName>pom.xml</pomFileName>
</configuration>
</plugin>