/ivydav

ivydav is a WebDAV Resolver for Apache Ivy

Primary LanguageJava

IvyDAV is a WebDAV-based resolver for Apache Ivy that supports retrieve/publish of modular
artifacts. 

Example configuration (ivysettings):

<ivysettings>
  <settings defaultResolver="module-repository"/>

  <typedef name="webdav" classname="org.angrycamel.ivydav.IvyResolver"/>
	
  <resolvers> 
    <webdav name="module-repository" root="webdav://myhost.mydomain:8080/ivy" >
      <ivy pattern="[organisation]/[module]/ivy-[revision].xml" />
      <artifact pattern="[organisation]/[module]/[revision]/[artifact].[ext]" />
    </webdav>
  </resolvers>

</ivysettings>	

IvyDAV has been tested with Apache 2.2 using mod_dav


=====
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
=====