Re: deploy build artifacts to nexus

2013-09-25 Thread Irfan Sayed
i have gone to these plugins but never any direct build promotion to nexus please suggest regards irfan On Wed, Sep 25, 2013 at 1:10 PM, Bryant Kwon bryantk...@gmail.com wrote: You may want to look into maven deploy or publish over ssh plugin. -- You received this message because you are

Re: deploy build artifacts to nexus

2013-09-25 Thread Ben Patterson
For more info, you can take a look here: https://support.sonatype.com/entries/21283268-Configure-Maven-to-Deploy-to-Nexus You tie the deployment to the Maven deploy build phase, so whenever you call 'mvn deploy', it will publish the artifact to the repo you've configured. (Calling mvn build or

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