-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjbang-catalog.json
More file actions
26 lines (26 loc) · 937 Bytes
/
Copy pathjbang-catalog.json
File metadata and controls
26 lines (26 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"catalogs": {},
"aliases": {
"parse-surefire-report": {
"script-ref": "parsesurefire.java",
"description": "Parses surefire and failsafe XML reports and outputs a summary report. See help for more details."
},
"jdk-manager": {
"script-ref": "jdkmanager/jdkmanager.java",
"description": "A utility to manage JDK's for local usage."
},
"echo-server": {
"script-ref": "EchoServer.java",
"description": "A utility which echos output from a TCP socket, UDP socket or HTTP server to stdout."
},
"jira-from-pr": {
"script-ref": "JiraFromPullRequest.java",
"description": "Creates a JIRA based on a GitHub PR. Please note this is very specific to Red Hat JIRA and GitHub."
},
"zip-util": {
"script-ref": "ziputil.java",
"description": "A utility to query, recursively, information in a ZIP, JAR, WAR, etc. file."
}
},
"templates": {}
}