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 f509f61a40
commit 32a8bb44a3
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,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>