I'm using the Publish Over SSH plugin for Jenkins.
I'm trying to transfer the jar file to a remote server after it is built. The transfer is working, however when I check remote server, it transfers the jar file and the folders eg. target/app.jar How can I tell it to only put the jar file and not the directories?
