views:

216

answers:

1

I need to specify a certain directory which the maven ant tasks should use as repository. maven.repo.local doesn't seem to work with that. Any other ideas?

+1  A: 

you should look into the maven repositories tags. You can specify a repository, but on a more global scale than you might like.

maven repositories

Mike Pone