java - How to exclude a jar from changing the name given by ivy retrieve pattern? -


i have following ivy retrieve pattern:

<ivy:retrieve pattern="${ivy.lib}/[module]-[type]-[revision].[ext]"/> 

which adding "jar" every jar name after downloading. like, findbugs-1.3.7, make findbugs-jar-1.3.7. cobertura jar, don't want change name. , don't see "exclude" tag in tag. there way it?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -