I completely cleaned out my .maven local repo.
Then I ran the following commands to build on an empty local repo.
 
svn:checkout
m:checkout
m:build-all
 
It failed to download the velocity jar. The build failed due to unsatisfied dependency on velocity jar.
 
Now the jar can be added by hand. But the question is why is it not getting found ? What should be done to fix that ?
 
Cheers
Prasad

Reply via email to