You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/12/17 01:58:57 UTC

[2/2] hbase git commit: HBASE-12121 maven release plugin does not allow for customized goals (Enoch Hsu)

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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5b5c981d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5b5c981d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5b5c981d

Branch: refs/heads/master
Commit: 5b5c981d954e0e7769e486039371c4603d2ef915
Parents: 89006f7
Author: stack <st...@apache.org>
Authored: Tue Dec 16 16:58:42 2014 -0800
Committer: stack <st...@apache.org>
Committed: Tue Dec 16 16:58:42 2014 -0800

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5b5c981d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 74c5b03..2149a2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,6 +450,7 @@
                 But it builds the test jar.  From SUREFIRE-172.
               -->
             <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
+            <goals>${goals}</goals>
             <pomFileName>pom.xml</pomFileName>
           </configuration>
         </plugin>