Actually, this can be achieved by utilizing our user
plugins<http://wiki.jfrog.org/confluence/display/RTF/User+Plugins>
:

   1. Create a temporary repository for deployments apart from you original
   target repository and direct all your deployments to that temp repo.
   2. Revoke delete permissions from the original target repository and
   provide delete permissions to the temp repo.
   3. Write a user plugin with the "afterCreate" hook that checks each
   deployment performed on the temp repo; if the artifact doesn't already
   exist in the "real" target repository, copy it to there; if the artifact
   already exists, do nothing with it.

HTH,
Noam

On Sun, Apr 8, 2012 at 12:24 PM, Noam Y. Tenne <[email protected]> wrote:

> Hi Raj,
>
> Currently, there's no way to achieve this; but you may open a feature
> request in our JIRA <https://issues.jfrog.org> if you feel this feature
> is needed.
>
> Cheers,
> Noam
>
> On Sun, Apr 8, 2012 at 9:32 AM, Rajwinder Makkar 
> <[email protected]>wrote:
>
>> Is there any way in artifactory to configure this :
>>
>> If an artifact that is sent for deployment to a repo has existing version
>> in the same repo then ignore that artifact. Ignore means dont overwrite and
>> dont fail the build either.
>>
>> Or basically if i remove delete permission then it should not send
>> failure to maven build.
>>
>> -Raj
>>
>>
>> ------------------------------------------------------------------------------
>> For Developers, A Lot Can Happen In A Second.
>> Boundary is the first to Know...and Tell You.
>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
>> http://p.sf.net/sfu/Boundary-d2dvs2
>> _______________________________________________
>> Artifactory-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>
>>
>
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to