I seem to be somewhat ignorant on how to get Apache 2.2 to accept files
via PUT from Maven DistributionManagement.

Does anyone have a known/tested httpd.conf configuration where you can
distribute artifacts and sites via an http:// url (using PUT in the
wagon-http library)?

Pom.xml
=============
   <distributionManagement>
        <repository>
            <id>testrepo</id>
            <url>http://mywebserver/testrepo/</url>
.....

All my tests have failed, using various <Limit>, <LimitExcept> and Dav
On configs.  A working example would be a big help!

Thanks,
-D

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

Reply via email to