Ignore sources jar in Ivy retrieve

后端 未结 5 1143
庸人自扰
庸人自扰 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:31

    Within your dependency, simply specify the individual artifacts that you'd like to retrieve by calling them out with an artifact node. Give this a try:

    
        
    
    

提交回复
热议问题