Skip to content

Commit 4b168d3

Browse files
committed
Create dummy module to move jolokia.feature to module/jolokia
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent ce3472a commit 4b168d3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

modules/jolokia/8.2/module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ execute:
6060
- script: configure.sh
6161
- script: backward_compatibility.sh
6262

63+
modules:
64+
install:
65+
- name: jboss.container.jolokiatest
66+
6367
packages:
6468
install:
6569
- jolokia-jvm-agent

modules/jolokia/module.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
schema_version: 1
2+
3+
name: "jboss.container.jolokiatest"
4+
description: "A dummy descriptor to couple tests with jolokia module"
5+
version: "0"

0 commit comments

Comments
 (0)