JBoss enterprise applications may have .jar file dependencies in the root of the EAR project folder. This rule detects if a given enterprise application module has such a dependency. An automated fix will add the corresponding classpath entries into the enterprise application module MANIFEST.MF file.
For example, given the following .jar files in the root of the EAR project folder:
| javaEEEARProFolder |
|---|
| jarFile1.jar |
| jarFile2.jar |
| jarFile3.jar |
| jarFile4.jar |
| jarFile5.jar |