We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7361dfe commit c4c5674Copy full SHA for c4c5674
devserver.sh
@@ -6,7 +6,7 @@ if [ -z $MVN ]; then
6
MVN=$(which mvn)
7
fi
8
9
-for i in archive clientlib conf templates; do
+for i in archive clientlib conf templates probes; do
10
if [ -e $work_dir/$i ]; then
11
if [ ! -d $work_dir/$i ]; then
12
echo "$work_dir/$i already exists but is not a directory"
@@ -38,4 +38,5 @@ MAVEN_OPTS="${flags[@]}" \
38
CRYOSTAT_CLIENTLIB_PATH="$work_dir/clientlib" \
39
CRYOSTAT_CONFIG_PATH="$work_dir/conf" \
40
CRYOSTAT_TEMPLATE_PATH="$work_dir/templates" \
41
+ CRYOSTAT_PROBE_TEMPLATE_PATH="$work_dir/probes" \
42
$MVN -Dcryostat.minimal=true clean vertx:run
0 commit comments