Hi Team,
Im creating modules for different jars .
Im able to do it with standard module command .
But we want to externalize the jar files present in the module to some external location .
To achieve this Im following Global directory concept .
I manage to create the global directory , but as per documentation it is saying automatically module will be created and point to jars present under global directory location.
Unfortunately its not happening .
Does any one implemented Global directory for externalization of jar in modules.
Wildfly version we are using is 26.1 .
Thanks.