Hi Jason,

You can upload a file in one of the two ways below:

1. You can deploy with curl command using the REST API:
http://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-DeployArtifact
For example: *curl -u user:password
-X PUT 
"http://{yourServer}:{yourPort}/artifactory/libs-release-local/groupid/file/1.0/file-1.0.pom";
*

2. You can upload a file using the UI:
http://www.jfrog.com/confluence/display/RTF/Deploying+via+the+Web+UI

Hope that helps,

Ariel.


On Thu, Nov 7, 2013 at 1:31 AM, Jason Tesser <[email protected]> wrote:

> So I figured out I can reupload it and it figures it out.
>
> BUT I deploy remotely via mvn deploy: can I do something easy at the
> command line?
>
>
> On Wed, Nov 6, 2013 at 6:25 PM, Jason Tesser <[email protected]>wrote:
>
>> I have an Artifact in Artifactory. I want to edit the pom file but I am
>> not sure how to do this.
>>
>> I can push the whole artifact again but this is slow. Is there a better
>> way?
>>
>
>
>
> ------------------------------------------------------------------------------
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to