HBASE-12121 maven release plugin does not allow for customized goals (Enoch Hsu)
This commit is contained in:
parent
89006f76f7
commit
5b5c981d95
1
pom.xml
1
pom.xml
|
@ -450,6 +450,7 @@
|
||||||
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>
|
<arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
|
||||||
|
<goals>${goals}</goals>
|
||||||
<pomFileName>pom.xml</pomFileName>
|
<pomFileName>pom.xml</pomFileName>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue