How does ivy:publish use the [classifier] attribute

前端 未结 4 1860
粉色の甜心
粉色の甜心 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:43

    I believe you want the pattern like so. If the greeting isn't defined it will be left out.

    [author]-[artifact](-[greeting])-[revision].[ext]

提交回复
热议问题