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 02:05:12 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/0.98 71c0e5b9d -> 5ba06da9f


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

Conflicts:
	pom.xml


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

Branch: refs/heads/0.98
Commit: 5ba06da9fb64b1508e6a9a5cec8da1ce1175a193
Parents: 71c0e5b
Author: stack <st...@apache.org>
Authored: Tue Dec 16 16:58:42 2014 -0800
Committer: stack <st...@apache.org>
Committed: Tue Dec 16 17:04:53 2014 -0800

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


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