File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ apache_solr8_tools org.apache.solr.util.SolrCLI
43
43
# DataDog JMXFetch
44
44
datadog_jmxfetch org.datadog.jmxfetch.App Skip DataDog JMXFetch
45
45
46
+ # Open Liberty
47
+ open_liberty_utility_main com.ibm.ws.kernel.boot.cmdline.UtilityMain Skip UtilityMain that expected single jar in classpath
48
+
46
49
# Elastic Search 7+
47
50
elasticsearch7 -Des.path.home=* Skip Elastic Search 7+ commands
48
51
Original file line number Diff line number Diff line change 524
524
],
525
525
"envars" : null
526
526
},
527
+ {
528
+ "id" : " open_liberty_utility_main" ,
529
+ "description" : " Skip UtilityMain that expected single jar in classpath" ,
530
+ "os" : null ,
531
+ "cmds" : [
532
+ " **/java"
533
+ ],
534
+ "args" : [
535
+ {
536
+ "args" : [
537
+ " com.ibm.ws.kernel.boot.cmdline.UtilityMain"
538
+ ],
539
+ "position" : null
540
+ }
541
+ ],
542
+ "envars" : null
543
+ },
527
544
{
528
545
"id" : " elasticsearch7" ,
529
546
"description" : " Skip Elastic Search 7+ commands" ,
You can’t perform that action at this time.
0 commit comments