HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu)
This commit is contained in:
parent
f509f61a40
commit
32a8bb44a3
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue