#2 Initial import (rhbz#1716561)
Merged 4 years ago by jkang. Opened 4 years ago by jkang.
modules/ jkang/jmc update-7  into  7

file added
+58
@@ -0,0 +1,58 @@ 

+ 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: [f30]

+       requires:

+         platform: [f30]

+   api:

+     rpms:

+     - jmc-core

+   components:

+     rpms:

+       directory-maven-plugin:

+         rationale: Dependency of jmc and jaf

+         buildorder: 0

+         ref: jmc

+       ee4j-parent:

+         rationale: Dependency of jaf and javamail

+         buildorder: 0

+         ref: jmc

+       owasp-java-encoder:

+         rationale: Dependency of jmc-core

+         buildorder: 0

+         ref: jmc

+       jaf:

+         rationale: Dependency of javamail and jmc

+         buildorder: 1

+         ref: jmc

+       jmc-core:

+         rationale: Core API. Dependency of jmc

+         buildorder: 1

+         ref: jmc7

+       javamail:

+         rationale: Dependency of jmc

+         buildorder: 2

+         ref: jmc

+       jmc:

+         rationale: Standalone application

+         buildorder: 3

+         ref: jmc7

no initial comment

Pull-Request has been merged by jkang

4 years ago
Metadata
Changes Summary 1