Problem uploading with maven-wagon-plugin
问题 Im having a strange problem when im trying to let the wagon plugin upload files during the site-deploy lifecycle when i'm invoking the release:perform goal. It seems wagon uploads the files correctly when im invoking mvn site-deploy but it just responds with Nothing to upload when calling mvn release:perform which is supposed to invoke the phases site site-deploy as stated in the documentation. this is the plugin config for wagon. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId