Hi, Please see my reply to the other thread. You probably need something else entirely.
Where does 'maven.dependency.classpath' get created? I only see it
> referenced from the Maven Java Plugin, yet if I try
> <ant:echo>${maven.dependency.classpath}</ant:echo>
> in a preGoal to java:compile, it's blank.
It's an ant reference, not a property - so it comes up blank. maven -X will
show it whenever it is changed.
- Brett
