ant - "Copy" an artifact in Ivy -


in ivy have published artifact flagged integration status. our ci server continuously publishes artifact when detects changes in source code.

at point reach stable release point, , want publish artifact release status , actual version number. however, i'd rather not have additional build processing (such checking out code , running build script). safer take artifact presently published (as integration), , "copy" new status , version. question is: can ivy this?

i'd rather not directly on filesystem if possible, few reasons. 1 way retrieve , republish. wondering if there cleaner way on repository itself.

i don't think possible using ivy. promoting builds feature supported repository managers, rather build clients.

nexus pro has staging suite , artifactory supports similar features.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -