diff --git a/jmc.yaml b/jmc.yaml new file mode 100644 index 0000000..2e14ab9 --- /dev/null +++ b/jmc.yaml @@ -0,0 +1,63 @@ +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: [f32] + tycho: [1.4] + requires: + platform: [f32] + eclipse: [2019-09] + api: + rpms: + - jmc-core + filter: + rpms: + - jaf + components: + rpms: + directory-maven-plugin: + rationale: Dependency of jmc + buildorder: 0 + ref: jmc + ee4j-parent: + rationale: Dependency of javamail + buildorder: 0 + ref: jmc + jakarta-activation: + rationale: Dependency of javamail + buildorder: 0 + ref: f32 + owasp-java-encoder: + rationale: Dependency of jmc-core + buildorder: 0 + ref: jmc + jmc-core: + rationale: Core API. Dependency of jmc + buildorder: 1 + ref: jmc + javamail: + rationale: Dependency of jmc + buildorder: 1 + ref: jmc + jmc: + rationale: Standalone application + buildorder: 2 + ref: jmc