Re: deploy build artifacts to nexus

2013-09-26 Thread Irfan Sayed
thanks. it helped regards On Thu, Sep 26, 2013 at 12:07 AM, William Soula william.so...@drillinginfo.com wrote: Or, if you are running a freestyle build, add the Invoke top-level Maven targets build step and then for the goal set deploy:deploy-file and pass the url, repositoryId,

Re: deploy build artifacts to nexus

2013-09-25 Thread William Soula
Or, if you are running a freestyle build, add the Invoke top-level Maven targets build step and then for the goal set deploy:deploy-file and pass the url, repositoryId, groupId, artifactId, version, packaging, and file properties. Will On 09/25/13 11:21, Jeff wrote: Are you using Maven to

deploy build artifacts to nexus

2013-09-24 Thread Irfan Sayed
hi, we are using open source nexus as maven internal repository management tool is there any Jenkins plugin which deploys the build artifacts to nexus once build is successful? i have seen the plugins like : artifactdeployer , copyartifact etc , but they don't deploy to nexus please suggest