Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62876427f4 | ||
|
|
ecdf7b2dcd | ||
|
|
0273e5e4ea | ||
|
|
80c9978488 | ||
|
|
f314022ec8 | ||
|
|
b6ff8cdbb8 | ||
|
|
dbe43e52b0 | ||
|
|
2bcfe7674a | ||
|
|
e53253c832 | ||
|
|
729d4a670c | ||
|
|
5c69762862 | ||
|
|
17fa516545 | ||
|
|
ff954db334 | ||
|
|
633aab6915 | ||
|
|
c664d6ebc9 |
1 changed files with 54 additions and 0 deletions
54
jmc.yaml
Normal file
54
jmc.yaml
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Java Mission Control is a profiling and diagnostics tool for the Hotspot JVM
|
||||
description: >-
|
||||
Java Mission Control is a powerful profiler for HotSpot JVMs and has an
|
||||
advanced set of tools that enables efficient and detailed analysis of the
|
||||
extensive data collected by Java Flight Recorder. The tool chain enables
|
||||
developers and administrators to collect and analyze data from Java
|
||||
applications running locally or deployed in production environments.
|
||||
license:
|
||||
module:
|
||||
- GPL
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- jmc
|
||||
core:
|
||||
rpms:
|
||||
- jmc-core
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [-f31, -f32, -el8]
|
||||
requires:
|
||||
platform: [-f31, -f32, -el8]
|
||||
api:
|
||||
rpms:
|
||||
- jmc-core
|
||||
components:
|
||||
rpms:
|
||||
directory-maven-plugin:
|
||||
rationale: Dependency of jmc
|
||||
buildorder: 0
|
||||
ref: jmc
|
||||
ee4j-parent:
|
||||
rationale: Dependency of javamail
|
||||
buildorder: 0
|
||||
ref: jmc
|
||||
owasp-java-encoder:
|
||||
rationale: Dependency of jmc-core
|
||||
buildorder: 0
|
||||
ref: jmc
|
||||
jmc-core:
|
||||
rationale: Core API. Dependency of jmc
|
||||
buildorder: 1
|
||||
ref: jmc7
|
||||
javamail:
|
||||
rationale: Dependency of jmc
|
||||
buildorder: 1
|
||||
ref: jmc
|
||||
jmc:
|
||||
rationale: Standalone application
|
||||
buildorder: 2
|
||||
ref: jmc7
|
||||
Loading…
Add table
Add a link
Reference in a new issue