where do you put ivysettings.xml?

前端 未结 3 1403
慢半拍i
慢半拍i 2020-12-06 00:26

I\'m trying to learn how to use ivy and would like to setup a local repository of the .jar files I\'ve downloaded.

Where do you put the ivysettings.xml file? Does it

3条回答
  •  时光说笑
    2020-12-06 01:21

    If you'll allow me to clarify, the ivysettings.xml is the configuration of your development environment as a whole. It is not related to the repository items themselves. Generally speaking, ivysettings.xml should sit alongside your main build.xml, so that when you put

    
    

    in your build.xml, it just finds it in the current directory.

    This file is completely distinct from the ivy.xml files that describe the various modules in your repository. These sit alongside the published artifacts in the repo.

提交回复
热议问题