Copying artifacts from repo2repo like Maven dependency copy

Hi,

is it possible to use task type Copy, for copying artifacts from one Maven repository (build/snapshot), to another Maven repository (release/tested).
Or is it possible to create task type PublishToMavenRepository?
Idea is to copy artifact, not to rebuild them and publish them again.

I’m using S3, so I did it with Jets3t library. But problem is that I also did copying of all metadata. But I need only metadata for copied version, to be upgraded on release repository.
So I’m searching for another approach/solution :slight_smile: