Ignore sources jar in Ivy retrieve

后端 未结 5 1141
庸人自扰
庸人自扰 2021-02-13 18:56

I would like to retrieve ONLY the library jar when I make use of a dependency entry in my ivy.xml for Red5 (or any project for that matter). No matter how I have configured it,

5条回答
  •  感情败类
    2021-02-13 19:32

    I revised your ivy.xml and ivysettings.xml files.

    To suppress source files I used a default configuration mapping to avoid the need to add a "conf" attribute to each dependency.

        
        ..
        ..
    

    Spring now release their software via Maven central so I revised the ivy settings file to use these instead of the old ivy bundle repositories.

    Revised ivy.xml

    
        
    
        
            
            
            
            
        
    
        
            
    
             
            
            
            
            
            
            
    
             
            
            
    
            
            
                
            
            
    
             
            
            
            
    
            
            
    
            
            
    
            
            
            
    
            
            
            
    
               
            
            
            
    
            
            
            
            
            
            
             
            
            
            
    
            
             
    
            
                       
    
            
            
            
            
            
            
        
    
    

    Revised ivysettings.xml

    
        
        
            
                
                
                
                    
                    
                
            
        
    
    

提交回复
热议问题