Re: How to specify remote repository on mvn command line

2007-09-13 Thread Andrew Williams
specify the repositories that you might want to use in a profile within settings.xml - then just activate it using the -PprofileId option to maven Andy On 7 Sep 2007, at 17:34, Farrukh Najmi wrote: Is there a way to specify to mvn command line to pickup additional remote repositories?

How to specify remote repository on mvn command line

2007-09-07 Thread Farrukh Najmi
Is there a way to specify to mvn command line to pickup additional remote repositories? I tried the -DremoteRepositories property that works with maven-archetype-plugin but it did not work. If this is not supported, IMHO this would be a very good thing to add to a future version. Thanks