HBASE-12121 maven release plugin does not allow for customized goals (Enoch Hsu)

This commit is contained in:
stack 2014-12-16 16:58:42 -08:00
parent 89006f76f7
commit 5b5c981d95
1 changed files with 1 additions and 0 deletions

View File

@ -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>