Dependency:get requires repositoryUrl

2010-09-13 Thread Baptiste MATHUS
Hi all, Having a look at dependency:get goal, I began trying to use it, but I realized repositoryUrl is marked as required parameter, and I really don't understand why. When having a correctly set maven environment, I thought specifying GAV whould be sufficient to retrieve the jar/pom.

Re: Dependency:get requires repositoryUrl

2010-09-13 Thread Wayne Fay
Having a look at dependency:get goal, I began trying to use it, but I realized repositoryUrl is marked as required parameter, and I really don't understand why. Did you read the description for this goal in the documentation? Description: Downloads a single artifact transitively from a

Re: Dependency:get requires repositoryUrl

2010-09-13 Thread Baptiste MATHUS
Sure, I read it. I just think that this attribute should be optional by default. I think I'll file an improvement request. Cheers 2010/9/13 Wayne Fay wayne...@gmail.com Having a look at dependency:get goal, I began trying to use it, but I realized repositoryUrl is marked as required