I am trying to understand the way maven orders all the dependency defined in the pom, while we are trying to create a jar using maven-jar-plugin.
I am trying to use manual configuration approach defined here.
Let's say we have following dependency tree:
- A.1 -> B.1 -> C.1
- D.1 -> E.1
- E.2
- F.1 -> B.2
What will be the eventual classpath created in manifest file?