Skip to content

Commit

Permalink
Merge pull request #17570 from bmaxwell/WFLY-18972
Browse files Browse the repository at this point in the history
[WFLY-18972] collect installation manifest files
  • Loading branch information
bstansberry committed Feb 5, 2024
2 parents 889d1a7 + 0130204 commit 478751d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jdr/src/main/java/org/jboss/as/jdr/plugins/AS7Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public List<JdrCommand> getCommands() throws Exception {
new CollectFiles("*/modules/system/*/.overlays/.overlays"),
new CollectFiles("*/.installation/*.conf"),
new CollectFiles("*/.installation/*.txt"),
new CollectFiles("*/.installation/*.yaml"),
new CollectFiles("*/.installation/*.xml"),
new SystemProperties().sanitizer(systemPropertiesPasswordSanitizer),
new DeploymentDependencies(),
new LocalModuleDependencies()
Expand Down

0 comments on commit 478751d

Please sign in to comment.