summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/create_maven_env.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-10-15 16:01:07 +0000
committerGerrit Code Review <gerrit@fd.io>2020-10-15 16:01:07 +0000
commit7084bb364b1b97cad08595c5c9e707a867584a60 (patch)
treee9eede3722e07cc25e718db4a03634973a6e4215 /jjb/scripts/create_maven_env.sh
parent7eef7a51c2f1e3b711419b18184b1df60d904d54 (diff)
parent2db30aa5a938494a710a89cab5943675c1143918 (diff)
Merge "Clean up vpp jenkins scripts & docker dir"
Diffstat (limited to 'jjb/scripts/create_maven_env.sh')
-rw-r--r--jjb/scripts/create_maven_env.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/scripts/create_maven_env.sh b/jjb/scripts/create_maven_env.sh
index 48a2da06f..cbc9f868b 100644
--- a/jjb/scripts/create_maven_env.sh
+++ b/jjb/scripts/create_maven_env.sh
@@ -1,3 +1,18 @@
#!/bin/bash
+# Copyright (c) 2020 Cisco and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+echo "---> jjb/scripts/create_maven_env.sh"
+
echo "MAVEN_SETTINGS_OPTIONS=-s $SETTINGS_FILE -gs $GLOBAL_SETTINGS_FILE" > maven_env.txt