I found in wagon doc. that it does not support deployment for HTTP
(and HTTP lightweight). It makes sense with URL like "dav:http://";,
"file://" or "scpexe:" with explicit protocol. What happen if it is
just plain "http://";? Which protocol will be used between maven and
the remote repository?

I have Proximity to host the remote repostoritory, I found that I can do both:

mvn -deploy:deploy-file -DrepositoryId=xxxx -Durl=http://..
and
mvn -deploy:deploy-file -DrepositoryId=xxxx -Durl=dav:http://..

I just not sure why both of them work?

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

Reply via email to