I am following instructions exactly as specified here:
http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ftp.html
(The only difference is that I'm using version 2.4 of wagon-ftp).
and then execute
mvn deploy
I just want to upload a single war file, however it uploads several other files, with pom, md5, sha1 extensions and buries them under one of my source directories.
I've been trying to look for the appropriate configuration to modify this behaviour with no luck yet.