Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Pending Closed
-
2.5.1
-
None
-
None
-
Windows
Description
If one attempts to include a dependency that is included at compile time with the following hierarchical structure
directoryA\directoryB\<dependency-name>.jar,
but then at testing the same plugin is included with the following structure
directoryA\<dependency-name>.jar
The dependency will not be included in the final assembly if our dependency set has the scope of runtime.