You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2014/09/09 07:01:39 UTC

git commit: HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu)

Repository: hbase
Updated Branches:
  refs/heads/master fee8083db -> 72e664f54


HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu)


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

Branch: refs/heads/master
Commit: 72e664f54070374efc481ff65f6182a96d1da4b1
Parents: fee8083
Author: Enis Soztutar <en...@apache.org>
Authored: Mon Sep 8 22:01:03 2014 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Mon Sep 8 22:01:24 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/72e664f5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91d5723..91fd6fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@
             <!--This stops our running tests for each stage of maven release.
                 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>
           </configuration>
         </plugin>