aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh16
1 files changed, 11 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index b4fc3759..84387a96 100755
--- a/build.sh
+++ b/build.sh
@@ -176,9 +176,15 @@ installMaven()
}
##### End Install Maven #####
+##### Execution order #####
+main()
+{
+ displayVersion
+ updateONOS
+ checkJAVA
+ installAnt
+ installMaven
+}
+##### End Execution order #####
-displayVersion
-updateONOS
-checkJAVA
-installAnt
-installMaven
+main # Launches the build process \ No newline at end of file