Hi,

 

I'm trying to use the deployement on a Webdav Server.

I'm using this version of Maven
http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060107
.041501.tar.gz.

I'm using the mod_dav_fs of Apache with this config : 

 

<IfModule mod_dav_fs.c>

LoadModule dav_module                     /usr/lib/apache2-worker/mod_dav.so

LoadModule dav_fs_module
/usr/lib/apache2-worker/mod_dav_fs.so

 

DAVLockDB      /test/DAVLock 

<Location /foo>

            Dav on

            Options Indexes FollowSymLinks

</Location>

</IfModule>

 

My pom.xml :

 

<distributionManagement>

    <repository>

      <id>local</id>

      <url>http://locahost/foo/</url>

   </repository>

  </distributionManagement>

 

When I try to mvn deploy, I have an error : HTTP 403.

And in the apache Error Logs : "Unable to PUT com/mycompany/test/..."

If I create the folder and subfolder, it put the jar but the
maven-metadata.xml doesn't up.

 

"Sorry for my English"

 

Thanks!

 

Eric

Reply via email to