I have a maven project which is running fine on my machine but not on another machine. Apparently in the other machine, mvn in unable to resolve the path to the jar, resulting in a ClassNotFoundException.
The missing class is part of a jar which is an indirect dependency (i.e. dependency of a dependency) and is not directly referred in my pom. Is there any way to determine the path to the jar in my dependency tree?
| |||
|
feedback
|
|
Use | |||
|
feedback
|
|
Eclipse's POM editor has a useful dependency hierarchy view. Another way to test these things is to delete bits of your | |||
|
feedback
|