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
4343# DataDog JMXFetch
4444datadog_jmxfetch org.datadog.jmxfetch.App Skip DataDog JMXFetch
4545
46+ # Open Liberty
47+ open_liberty_utility_main com.ibm.ws.kernel.boot.cmdline.UtilityMain Skip UtilityMain that expected single jar in classpath
48+
4649# Elastic Search 7+
4750elasticsearch7 -Des.path.home=* Skip Elastic Search 7+ commands
4851
Original file line number Diff line number Diff line change 524524 ],
525525 "envars" : null
526526 },
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+ },
527544 {
528545 "id" : " elasticsearch7" ,
529546 "description" : " Skip Elastic Search 7+ commands" ,
You can’t perform that action at this time.
0 commit comments