Ignore sources jar in Ivy retrieve

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

    You could try something like this. It uses the artifact and matcher, which is valid for exclude-tags. But don't put the exclude inside the dependency (this seems to be buggy, see my comment):

        
          
          
          
    
    

提交回复
热议问题