HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu)
This commit is contained in:
parent
fee8083db6
commit
72e664f540
2
pom.xml
2
pom.xml
|
@ -467,7 +467,7 @@
|
||||||
<!--This stops our running tests for each stage of maven release.
|
<!--This stops our running tests for each stage of maven release.
|
||||||
But it builds the test jar. From SUREFIRE-172.
|
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>
|
<pomFileName>pom.xml</pomFileName>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue