How does ivy:publish use the [classifier] attribute

前端 未结 4 1859
粉色の甜心
粉色の甜心 2020-12-17 00:16

in ivy:publisher the default deliverivypattern is ${ivy.distrib.dir}/[type]s/[artifact]-[revision](-[classifier]).[ext]

I try to set classifier in my ivy.xml under

4条回答
  •  轮回少年
    2020-12-17 00:50

    I had a problem with

    Attribute classifier is not allowed to appear in element 'artifact'

    I simply added the "extra" namespace in my declaration and was able to use the classifier.

     
    
        
            
        
    

提交回复
热议问题