Re: Using relative paths when deploying ZIP artifact using Jenkins Artifactory Plugin

2012-03-28 Thread abargnesi
gt; ${project.build.directory}/project-${release.version}.zip >                       zip >                       myfile >                   >               >             >         >     > > > You would change "myfile" to whatever you want. > > -Jim > > > &

Re: Using relative paths when deploying ZIP artifact using Jenkins Artifactory Plugin

2012-03-28 Thread abargnesi
> http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mo... > > After that Maven and Jenkins would do what comes naturally. > > -Jim > > > > > > > > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@goog

Using relative paths when deploying ZIP artifact using Jenkins Artifactory Plugin

2012-03-28 Thread abargnesi
Hello, I have a ZIP file generated by a maven assembly that I want to install into an artifactory instance. This ZIP file is not an artifact of the maven build so it is not picked up by the Maven3 artifactory deployment. I instead enabled Generic-Artifactory Integration and mapped that zip file