aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index f62ec41..ea85e1f 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
all:
-STAGEDIRS=cdf pgaas
+STAGEDIRS=
build:
@echo "================ make build ================"
@@ -46,6 +46,9 @@ install:
deploy:
@echo "================ make deploy ================"
+
+olddeploy:
+ @echo "================ make deploy ================"
rm -f $$HOME/.netrc ; \
REPO=$$MVN_NEXUSPROXY/content/sites/raw/$$MVN_PROJECT_GROUPID ; \
hostport=$$(echo $$REPO | cut -f3 -d /) ; \