summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/create_maven_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts/create_maven_env.sh')
-rw-r--r--jjb/scripts/create_maven_env.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/scripts/create_maven_env.sh b/jjb/scripts/create_maven_env.sh
new file mode 100644
index 000000000..48a2da06f
--- /dev/null
+++ b/jjb/scripts/create_maven_env.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "MAVEN_SETTINGS_OPTIONS=-s $SETTINGS_FILE -gs $GLOBAL_SETTINGS_FILE" > maven_env.txt