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 to a path on artifactory.
The problem is it always appends the relative path of the ZIP file to the deployment path on artifactory. My goal is to deploy into a standard maven layout GROUP_ID/ARTIFACT_ID/VERSION. Is this possible from the jenkins artifactory plugin? Thanks! Tony Bargnesi