Is it a Maven project that you're building? If it's Maven, what goals do you execute? Executing only "package" for example, won't deploy the POM, as only "install" will.
HTH, Noam On Mar 16, 1:56 pm, Singh <pawan.gandhi...@gmail.com> wrote: > Hi All, > > I am using jenkins artifactory plugin for deploying my jar artifact > as a post build. It is only uploading jar and not pom file. > > Any idea. I am using jenkins 1.453 and artifactory plugin: 2.0.5 > (latest version). > > Thanks > Pawan