Repository: incubator-unomi
Updated Branches:
  refs/heads/master 7ff5b450e -> f074cb186


UNOMI-137 add comment with option auto start in setenv.sh


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/f074cb18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/f074cb18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/f074cb18

Branch: refs/heads/master
Commit: f074cb186ea734ac5cab3dbe53b9e4e8f68a1c8b
Parents: 7ff5b45
Author: dgaillard <[email protected]>
Authored: Fri Dec 15 11:43:13 2017 +0100
Committer: dgaillard <[email protected]>
Committed: Fri Dec 15 11:43:13 2017 +0100

----------------------------------------------------------------------
 setenv.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/f074cb18/setenv.sh
----------------------------------------------------------------------
diff --git a/setenv.sh b/setenv.sh
index e2489e2..491e9c0 100755
--- a/setenv.sh
+++ b/setenv.sh
@@ -20,3 +20,5 @@
 export UNOMI_VERSION=`mvn 
org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate 
-Dexpression=project.version | grep -Ev '(^\[|Download\w+:)'`
 echo Detected project version=$UNOMI_VERSION
 export KARAF_VERSION=3.0.2
+# Uncomment the following line if you need Apache Unomi to start automatically 
at the first start
+# export KARAF_OPTS="-Dunomi.autoStart=true"
\ No newline at end of file

Reply via email to