Re: Jenkins Artifactory Issue: Not uploading pom to artifactory

2012-03-17 Thread Noam Y. Tenne
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 wrote: > Hi All, > > I am using jenkins artifactory plugin  for deploying my jar artifact

Jenkins Artifactory Issue: Not uploading pom to artifactory

2012-03-16 Thread Singh
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