You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Siarhei Dudzin <si...@gmail.com> on 2008/03/27 18:14:14 UTC

site:deploy via webdav to a NTLM based location

Hi All,

I am trying to deploy a site to MS Sharepoint which is *not* behind a proxy
via webdav (Sharepoint supports webdav protocol).

For that I have defined site in my pom (it worked well for deployment to IIS
via webdav which didnt use NTLM auithentication):

    <distributionManagement>
        <site>
            <id>my.webdav.site</id>
            <name>Development Server</name>
            <url>dav:https://<my_web_dav_location>/<path>/</url>
        </site>
    </distributionManagement>

During the deployment I am getting the following messages:

WARNING: No credentials available for the 'null' authentication realm at
my.webdav.site

and finally deployment fails with "Return code is: 401 Unauthorized".

If I try to specify a server in my settings.xml with a username and password
I am getting a different error message:

WARNING: Credentials cannot be used for NTLM authentication:
org.apache.commons.httpclient.UsernamePasswordCredentials


Am I trying something which is impossible atm?

Thanks in advance,

Siarhei

Re: site:deploy via webdav to a NTLM based location

Posted by Siarhei Dudzin <si...@gmail.com>.
No, I did not do the deployment to sharepoint in the end. The problem was
that the wagon plugin did not support ntlm authentication.
On Oct 12, 2011 3:19 PM, "sathishkumar79" <sa...@hotmail.com>
wrote:

> Hi Siarhei,
>
> Could you please share the information on did you modelled the sharepoint
> project using maven? Are you aware of any archetype for sharepoint
> projects?
>
> Thanks,
> Sathish
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/site-deploy-via-webdav-to-a-NTLM-based-location-tp103370p4895435.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: site:deploy via webdav to a NTLM based location

Posted by sathishkumar79 <sa...@hotmail.com>.
Hi Siarhei,

Could you please share the information on did you modelled the sharepoint
project using maven? Are you aware of any archetype for sharepoint projects?

Thanks,
Sathish

--
View this message in context: http://maven.40175.n5.nabble.com/site-deploy-via-webdav-to-a-NTLM-based-location-tp103370p4895435.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org