-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-beta-1, 2.0.0
-
Component/s: build
-
Labels:None
Trivial change.
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 19f906f282..8bfdde2136 100755
— a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -26,7 +26,7 @@
- Presumes that dev-support/generate-hadoopX-poms.sh has already been run.
- Presumes your settings.xml all set up so can sign artifacts published to mvn, etc.
-set -e
+set -e -x
- Script checks out a tag, cleans the checkout and then builds src and bin
- tarballs. It then deploys to the apache maven repository.