How can I send a single file by scp without generate maven2 repository directory structure in remote machine?
When I use the goal deploy:deploy, the maven2 creates in remote machine: groupId\artifactoryId\version\name-of-artifactory But I would like to: finalName (defined in tag <build><finalName>myname</finalName>...</build>) How can I do this? Thanks
