Where do I put my credentials when using Ivy and a private company repository?

前端 未结 4 810
遥遥无期
遥遥无期 2020-12-02 23:56

I\'m using Ant + Ivy, and my company has recently set up a Nexus server for our own private libraries. Ivy can get dependencies from the Nexus server by using a ibilio resol

4条回答
  •  暖寄归人
    2020-12-03 00:39

    The ivysettings.xml sample in Mark O'Connor's answer should actually be as follows:

    
      
      
      
                
    
      
    
      ..
    
    

    Means, the property names should not be surrounded by ${...} (it took me quite a while to find out why this failed - but now I know how to debug ivy access - use commons-httpclient-3.0, set everything to verbose etc.)

提交回复
热议问题