Good day,

Btw, if the problem simply was you want to change the location of your local
repository from ~/.m2/repository to /somwhere/else/path, you'd just have to
specify that in your settings.xml ( either in ~/.m2/settings.xml or in
$M2_HOME/conf/settings.xml ) to something like...

<settings>
  <localRepository>/somewhere/else/path</localRepository>
</settings>

Cheers,
Franz


mateamargo wrote:
> 
> 
> Graham Leggett wrote:
>> 
>> On Mon, April 16, 2007 4:56 pm, David Jackman wrote:
>> 
>>> You can't deploy to an http url.  It has to be something that can accept
>>> files, like scp, ftp, or file.
>> 
>> DAV can accept files from an http url, but you need to specify it as
>> dav:http://etc for it to work.
>> 
>> Regards,
>> Graham
>> --
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
> I have finally used file://
> 
> Thank you both.
> 

-- 
View this message in context: 
http://www.nabble.com/Specifying-repository-in-the-install-goal-tf3584741s177.html#a10032751
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to