vote up 0 vote down star

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?

flag

46% accept rate
can you post the paths around <artifact:localRepository id="local.repository" path="${maven.repo.local}"/> that aren't working? – sal May 13 at 22:26
I think I have to clarify my question :-) localRepository does work indeed, my actual problem is to pass the parameters from maven to ant. – Mauli May 15 at 13:13

1 Answer

vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.